| Constructor and Description |
|---|
BambooServer(String baseUrl)
Create an instance of Bamboo server with default
FileUserPasswordCredentials. |
BambooServer(String baseUrl,
UserPasswordCredentials userPasswordCredentials)
Create an instance of Bamboo server with specified
UserPasswordCredentials. |
| Modifier and Type | Method and Description |
|---|---|
URI |
getBaseUrl()
Get base URL for the Bamboo server.
|
Object |
publish(RootEntityPropertiesBuilder entityProperties)
Publishes the given entity to Bamboo server.
|
public BambooServer(@NotNull
String baseUrl)
FileUserPasswordCredentials.baseUrl - base URL of the Bamboo server, e.g. http://bamboo.example.com/public BambooServer(@NotNull
String baseUrl,
@NotNull
UserPasswordCredentials userPasswordCredentials)
UserPasswordCredentials.baseUrl - base URL of the Bamboo server, e.g. http://bamboo.example.com/userPasswordCredentials - credentials to use for contacting Bamboopublic URI getBaseUrl()
public Object publish(@NotNull RootEntityPropertiesBuilder entityProperties)
entityProperties - entity to publishBambooSpecsPublishingException - if publishing failsCopyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.