| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.api.builders.plan |
Plan, plan branches, stages and jobs.
|
| com.atlassian.bamboo.specs.api.exceptions |
Exceptions thrown by Bamboo Specs library.
|
| com.atlassian.bamboo.specs.util |
Utility classes, such as the
BambooServer which publishes a plan on Bamboo. |
| Modifier and Type | Class and Description |
|---|---|
class |
Plan
Represents a Bamboo plan.
|
| Constructor and Description |
|---|
BambooSpecsPublishingException(@NotNull RootEntityPropertiesBuilder entityProperties,
@Nullable BambooSpecsPublishingException.ErrorType errorType,
@Nullable String message,
@Nullable String debugMessage,
@Nullable Throwable cause)
Creates an instance of the exception.
|
| Modifier and Type | Method and Description |
|---|---|
static RestTaskFactory.RestTask |
RestTaskFactory.create(URI bambooServerUrl,
UserPasswordCredentials userPasswordCredentials,
RootEntityPropertiesBuilder entity,
String payload) |
Object |
BambooServer.publish(@NotNull RootEntityPropertiesBuilder entityProperties)
Publishes the given entity to Bamboo server.
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.