| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.util |
Utility classes, such as the
BambooServer which publishes a plan on Bamboo. |
| Modifier and Type | Class and Description |
|---|---|
class |
FileUserPasswordCredentials
Provides Bamboo credentials from text file.
|
class |
SimpleUserPasswordCredentials
Simples way to provide user and password credentials for Bamboo.
|
| Modifier and Type | Method and Description |
|---|---|
UserPasswordCredentials |
RestTaskFactory.RestTask.getUserPasswordCredentials() |
| Modifier and Type | Method and Description |
|---|---|
static RestTaskFactory.RestTask |
RestTaskFactory.create(URI bambooServerUrl,
UserPasswordCredentials userPasswordCredentials,
RootEntityPropertiesBuilder entity,
String payload) |
String |
RestHelper.post(URI uri,
UserPasswordCredentials userPasswordCredentials,
String yamlContent) |
String |
RestHelper.put(URI uri,
UserPasswordCredentials userPasswordCredentials,
String yamlContent) |
| Constructor and Description |
|---|
BambooServer(@NotNull String baseUrl,
@NotNull UserPasswordCredentials userPasswordCredentials)
Create an instance of Bamboo server with specified
UserPasswordCredentials. |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.