Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Y 

A

AbstractDockerRegistryTask<T extends AbstractDockerRegistryTask<T>> - Class in com.atlassian.bamboo.specs.builders.task
Class containing common parts to Docker tasks which operates on Docker registry, like DockerPushImageTask or DockerPullImageTask.
AbstractDockerRegistryTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.AbstractDockerRegistryTask
 
AbstractDockerTask<T extends AbstractDockerTask<T,P>,P extends AbstractDockerTaskProperties> - Class in com.atlassian.bamboo.specs.builders.task
Generic Docker task.
AbstractDockerTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.AbstractDockerTask
 
AbstractDockerTaskProperties - Class in com.atlassian.bamboo.specs.model.task.docker
 
AbstractDockerTaskProperties() - Constructor for class com.atlassian.bamboo.specs.model.task.docker.AbstractDockerTaskProperties
 
AbstractDockerTaskProperties(String, boolean, String, String, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.model.task.docker.AbstractDockerTaskProperties
 
accountAuthentication(SharedCredentialsIdentifier) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository
Selects a previously defined SharedCredentials to configure account authentication with bitbucket.org
accountAuthentication(UserPasswordAuthentication) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository
Specifies username/password Bitbucket Cloud account authentication.
addCheckoutOfDefaultRepository() - Method in class com.atlassian.bamboo.specs.builders.task.VcsCheckoutTask
Adds checkout request for the plan's default repository into the build directory.
addCheckoutOfRepository(String) - Method in class com.atlassian.bamboo.specs.builders.task.VcsCheckoutTask
Adds checkout request for one of plan's repositories into the build directory.
addCheckoutOfRepository(VcsRepositoryIdentifier) - Method in class com.atlassian.bamboo.specs.builders.task.VcsCheckoutTask
Adds checkout request for one of plan's repositories into the build directory.
addEntity(String, EntityProperties) - Method in class com.atlassian.bamboo.specs.codegen.BambooSpecsGenerator
 
additionalArguments(String) - Method in class com.atlassian.bamboo.specs.builders.task.DockerBuildImageTask
Specifies additional build options, see https://docs.docker.com/engine/reference/commandline/build/.
additionalArguments(String) - Method in class com.atlassian.bamboo.specs.builders.task.DockerRunContainerTask
Sets additional arguments to docker run command, e.g --memory="64m".
AfterSuccessfulBuildPlanTrigger - Class in com.atlassian.bamboo.specs.builders.trigger
Trigger which schedule a deployment when plan build complete.
AfterSuccessfulBuildPlanTrigger() - Constructor for class com.atlassian.bamboo.specs.builders.trigger.AfterSuccessfulBuildPlanTrigger
 
AfterSuccessfulBuildPlanTriggerProperties - Class in com.atlassian.bamboo.specs.model.trigger
 
AfterSuccessfulBuildPlanTriggerProperties(String, boolean, String) - Constructor for class com.atlassian.bamboo.specs.model.trigger.AfterSuccessfulBuildPlanTriggerProperties
 
AfterSuccessfulDeploymentTrigger - Class in com.atlassian.bamboo.specs.builders.trigger
Trigger which schedule a deployment when other environment deployment complete.
AfterSuccessfulDeploymentTrigger(String) - Constructor for class com.atlassian.bamboo.specs.builders.trigger.AfterSuccessfulDeploymentTrigger
Schedule a deployment when environment deployment complete.
AfterSuccessfulDeploymentTriggerProperties - Class in com.atlassian.bamboo.specs.model.trigger
 
AfterSuccessfulDeploymentTriggerProperties(String, boolean, String) - Constructor for class com.atlassian.bamboo.specs.model.trigger.AfterSuccessfulDeploymentTriggerProperties
 
AfterSuccessfulStageTrigger - Class in com.atlassian.bamboo.specs.builders.trigger
Trigger which schedule a deployment when plan stage build complete.
AfterSuccessfulStageTrigger(String) - Constructor for class com.atlassian.bamboo.specs.builders.trigger.AfterSuccessfulStageTrigger
Schedule a deployment when plan stage build complete.
AfterSuccessfulStageTriggerProperties - Class in com.atlassian.bamboo.specs.model.trigger
 
AfterSuccessfulStageTriggerProperties(String, boolean, String, String) - Constructor for class com.atlassian.bamboo.specs.model.trigger.AfterSuccessfulStageTriggerProperties
 
allArtifacts() - Method in class com.atlassian.bamboo.specs.builders.task.ArtifactItem
Specify that all downloaded artifacts shall be taken.
allArtifacts(boolean) - Method in class com.atlassian.bamboo.specs.builders.task.DownloadItem
Requests downloading all the artifacts provided by the source plan.
alternatePathForTheGlobalSettingsFile(String) - Method in class com.atlassian.bamboo.specs.builders.task.MavenDependenciesProcessorTask
Specify alternative location for global settings file.
alternatePathForTheUserSettingsFile(String) - Method in class com.atlassian.bamboo.specs.builders.task.MavenDependenciesProcessorTask
Specify alternative location for user settings file.
AntTask - Class in com.atlassian.bamboo.specs.builders.task
Ant build task builder.
AntTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.AntTask
 
AntTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
AntTaskProperties() - Constructor for class com.atlassian.bamboo.specs.model.task.AntTaskProperties
 
AntTaskProperties(String, boolean, String, String, String, String, String, boolean, String, String, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.model.task.AntTaskProperties
 
AnyNotificationRecipientEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.notification
 
AnyNotificationRecipientEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.notification.AnyNotificationRecipientEmitter
 
AnyNotificationTypeEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.notification
 
AnyNotificationTypeEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.notification.AnyNotificationTypeEmitter
 
AnyVcsRepositoryViewerEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.repository.viewer
 
AnyVcsRepositoryViewerEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.repository.viewer.AnyVcsRepositoryViewerEmitter
 
apiToken(String) - Method in class com.atlassian.bamboo.specs.builders.notification.HipChatRecipient
Specifies api token of the Hipchat account.
append(K, V) - Method in class com.atlassian.bamboo.specs.util.MapBuilder
appendCommaSeparatedList(CodeGenerationContext, StringBuilder, List<String>, Set<Integer>) - Static method in class com.atlassian.bamboo.specs.codegen.emitters.CodeGenerationUtils
Generates comma separated list of items.
appendPortMapping(int, int) - Method in class com.atlassian.bamboo.specs.builders.task.DockerRunContainerTask
Append a host-container port mapping.
appendVolumeMapping(String, String) - Method in class com.atlassian.bamboo.specs.builders.task.DockerRunContainerTask
Appends a host-container volume mapping.
applicableTo() - Method in class com.atlassian.bamboo.specs.builders.trigger.DeploymentTriggerProperties
 
applicableTo() - Method in class com.atlassian.bamboo.specs.model.notification.BuildErrorNotificationProperties
 
applicableTo() - Method in class com.atlassian.bamboo.specs.model.notification.XFailedChainsNotificationProperties
 
applicableTo() - Method in class com.atlassian.bamboo.specs.model.task.MavenDependenciesProcessorTaskProperties
 
applicableTo() - Method in class com.atlassian.bamboo.specs.model.task.MochaParserTaskProperties
 
applicableTo() - Method in class com.atlassian.bamboo.specs.model.task.NUnitRunnerTaskProperties
 
applicableTo() - Method in class com.atlassian.bamboo.specs.model.task.TestParserTaskProperties
 
applicableTo() - Method in class com.atlassian.bamboo.specs.model.trigger.ScheduledTriggerProperties
 
argument(String) - Method in class com.atlassian.bamboo.specs.builders.task.CommandTask
Sets command line argument to be passed when command is executed.
argument(String) - Method in class com.atlassian.bamboo.specs.builders.task.ScriptTask
Sets command line argument to be passed when script is executed.
arguments(String) - Method in class com.atlassian.bamboo.specs.builders.task.MochaRunnerTask
Additional command line arguments to pass to Mocha.
arguments(String) - Method in class com.atlassian.bamboo.specs.builders.task.NodeTask
Additional command line arguments to pass to node when executing the script.
arguments(String) - Method in class com.atlassian.bamboo.specs.builders.task.NodeunitTask
Additional command line arguments to pass to Nodeunit.
artifact(String) - Method in class com.atlassian.bamboo.specs.builders.task.ArtifactItem
Specify that only one downloaded artifact shall be taken.
artifact(String) - Method in class com.atlassian.bamboo.specs.builders.task.DownloadItem
Requests downloading a specific artifact.
artifactBranch(String) - Method in class com.atlassian.bamboo.specs.builders.trigger.ScheduledDeploymentTrigger
Branch to provide artifacts for this deployment.
ArtifactDownloaderTask - Class in com.atlassian.bamboo.specs.builders.task
Represents task that downloads artifacts created by other jobs and plans.
ArtifactDownloaderTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.ArtifactDownloaderTask
 
ArtifactDownloaderTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
ArtifactDownloaderTaskProperties(String, boolean, PlanIdentifierProperties, List<DownloadItemProperties>, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.model.task.ArtifactDownloaderTaskProperties
 
ArtifactItem - Class in com.atlassian.bamboo.specs.builders.task
Represents an artifact or group of artifacts, obtained using one of the following methods.
ArtifactItem() - Constructor for class com.atlassian.bamboo.specs.builders.task.ArtifactItem
 
ArtifactItemEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.task
 
ArtifactItemEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.task.ArtifactItemEmitter
 
ArtifactItemProperties - Class in com.atlassian.bamboo.specs.model.task
 
ArtifactItemProperties(PlanIdentifierProperties, boolean, String) - Constructor for class com.atlassian.bamboo.specs.model.task.ArtifactItemProperties
 
artifacts(DownloadItem...) - Method in class com.atlassian.bamboo.specs.builders.task.ArtifactDownloaderTask
Adds download requests.
ATLASSIAN_PLUGIN - Static variable in class com.atlassian.bamboo.specs.model.notification.XFailedChainsNotificationProperties
 
authenticate(HttpRequestBase) - Method in interface com.atlassian.bamboo.specs.util.AuthenticationProvider
 
authenticate(HttpRequestBase) - Method in class com.atlassian.bamboo.specs.util.FileAuthenticationProvider
Deprecated.
 
authenticate(HttpRequestBase) - Method in interface com.atlassian.bamboo.specs.util.TokenCredentials
 
authenticate(HttpRequestBase) - Method in interface com.atlassian.bamboo.specs.util.UserPasswordCredentials
Deprecated.
 
authenticateWithKey(String) - Method in class com.atlassian.bamboo.specs.builders.task.BaseSshTask
Authenticate with key (without passphrase).
authenticateWithKey(Path) - Method in class com.atlassian.bamboo.specs.builders.task.BaseSshTask
Authenticate with key (without passphrase).
authenticateWithKeyWithPassphrase(String, String) - Method in class com.atlassian.bamboo.specs.builders.task.BaseSshTask
Authenticate with key with passphrase.
authenticateWithKeyWithPassphrase(Path, String) - Method in class com.atlassian.bamboo.specs.builders.task.BaseSshTask
Authenticate with key with passphrase.
authenticateWithPassword(String) - Method in class com.atlassian.bamboo.specs.builders.task.BaseSshTask
Authenticate with password associated with username BaseSshTask.username(String).
authenticateWithSshSharedCredentials(SharedCredentialsIdentifier) - Method in class com.atlassian.bamboo.specs.builders.task.BaseSshTask
 
authenticateWithUsernamePasswordSharedCredentials(SharedCredentialsIdentifier) - Method in class com.atlassian.bamboo.specs.builders.task.BaseSshTask
 
authentication(SharedCredentialsIdentifier) - Method in class com.atlassian.bamboo.specs.builders.repository.git.GitRepository
Selects a previously defined SharedCredentials to authenticate with git server.
authentication(UserPasswordAuthentication) - Method in class com.atlassian.bamboo.specs.builders.repository.git.GitRepository
Specifies username/password authentication.
authentication(SshPrivateKeyAuthentication) - Method in class com.atlassian.bamboo.specs.builders.repository.git.GitRepository
Specifies SSH private key authentication.
authentication(UserPasswordAuthentication) - Method in class com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository
Specifies username/access token authentication.
authentication(String, String, String) - Method in class com.atlassian.bamboo.specs.builders.task.AbstractDockerRegistryTask
Sets authentication settings to authenticate to Docker registry.
authentication(String, String) - Method in class com.atlassian.bamboo.specs.builders.task.AbstractDockerRegistryTask
Sets authentication settings to authenticate to Docker registry.
authentication(SharedCredentialsIdentifier) - Method in class com.atlassian.bamboo.specs.builders.task.AbstractDockerRegistryTask
Sets authentication settings to authenticate to Docker registry by Shared credentials.
AuthenticationEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.repository
 
AuthenticationEmitter(String) - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.repository.AuthenticationEmitter
 
AuthenticationProperties - Interface in com.atlassian.bamboo.specs.model.repository.git
 
AuthenticationProvider - Interface in com.atlassian.bamboo.specs.util
 
authenticationType - Variable in class com.atlassian.bamboo.specs.builders.task.BaseSshTask
 

B

BAMBOO_SPECS_MAX_ALIASES_FOR_COLLECTIONS_PROPERTY - Static variable in class com.atlassian.bamboo.specs.util.Yamlizator
 
BambooServer - Class in com.atlassian.bamboo.specs.util
Represents an instance of Bamboo server for publishing entities.
BambooServer(String) - Constructor for class com.atlassian.bamboo.specs.util.BambooServer
Create an instance of Bamboo server.
BambooServer(String, AuthenticationProvider) - Constructor for class com.atlassian.bamboo.specs.util.BambooServer
Create an instance of Bamboo server with specified AuthenticationProvider.
BambooSpecProperties - Class in com.atlassian.bamboo.specs.util
Wrapper for root entity that is sent to Bamboo.
BambooSpecProperties(EntityProperties) - Constructor for class com.atlassian.bamboo.specs.util.BambooSpecProperties
 
BambooSpecSerializer - Class in com.atlassian.bamboo.specs.util
Wrapper to convert bamboo spec object to String.
BambooSpecsGenerator - Class in com.atlassian.bamboo.specs.codegen
Code generator for any Bamboo Spec entities, such us plan or deployment project.
BambooSpecsGenerator() - Constructor for class com.atlassian.bamboo.specs.codegen.BambooSpecsGenerator
 
BambooSpecsGenerator(EntityProperties) - Constructor for class com.atlassian.bamboo.specs.codegen.BambooSpecsGenerator
 
BambooSpecsGenerator.CodeSupplier - Interface in com.atlassian.bamboo.specs.codegen
 
BambooSpecsGenerator.Comment - Class in com.atlassian.bamboo.specs.codegen
Represents a comment in Bamboo Specs.
BambooSpecsRestRequestException - Exception in com.atlassian.bamboo.specs.exceptions
Exception thrown when an unexpected REST response was returned from Bamboo server.
BambooSpecsRestRequestException(int, String, String) - Constructor for exception com.atlassian.bamboo.specs.exceptions.BambooSpecsRestRequestException
Creates instance of the exception.
BambooSpecVersion - Class in com.atlassian.bamboo.specs.util
Holds the Bamboo Specs version.
BaseNodeTask<B extends BaseNodeTask<B,P>,P extends BaseNodeTaskProperties> - Class in com.atlassian.bamboo.specs.builders.task
Base class for Node.js related tasks.
BaseNodeTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.BaseNodeTask
 
BaseNodeTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
BaseNodeTaskProperties() - Constructor for class com.atlassian.bamboo.specs.model.task.BaseNodeTaskProperties
 
BaseNodeTaskProperties(String, boolean, String, String, String, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.model.task.BaseNodeTaskProperties
 
BaseSshTask<T extends BaseSshTask<T,E>,E extends BaseSshTaskProperties> - Class in com.atlassian.bamboo.specs.builders.task
 
BaseSshTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.BaseSshTask
 
BaseSshTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
BaseSshTaskProperties() - Constructor for class com.atlassian.bamboo.specs.model.task.BaseSshTaskProperties
 
BaseSshTaskProperties(String, boolean, String, String, BaseSshTaskProperties.AuthenticationType, String, String, String, SharedCredentialsIdentifierProperties, String, int, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.model.task.BaseSshTaskProperties
 
BaseSshTaskProperties.AuthenticationType - Enum in com.atlassian.bamboo.specs.model.task
 
baseUrl(String) - Method in class com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository
Checks base Url.
BaseVcsTask<T extends BaseVcsTask<T,E>,E extends BaseVcsTaskProperties> - Class in com.atlassian.bamboo.specs.builders.task
 
BaseVcsTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.BaseVcsTask
 
BaseVcsTaskEmitter<T extends BaseVcsTaskProperties> - Class in com.atlassian.bamboo.specs.codegen.emitters.task
 
BaseVcsTaskEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.task.BaseVcsTaskEmitter
 
BaseVcsTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
BaseVcsTaskProperties() - Constructor for class com.atlassian.bamboo.specs.model.task.BaseVcsTaskProperties
 
BaseVcsTaskProperties(String, boolean, List<RequirementProperties>, List<? extends ConditionProperties>, boolean, VcsRepositoryIdentifierProperties, String) - Constructor for class com.atlassian.bamboo.specs.model.task.BaseVcsTaskProperties
 
BBCloudAccountAuthenticationEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.repository
 
BBCloudAccountAuthenticationEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.repository.BBCloudAccountAuthenticationEmitter
 
BBCloudCheckoutAuthenticationEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.repository
 
BBCloudCheckoutAuthenticationEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.repository.BBCloudCheckoutAuthenticationEmitter
 
BBCloudRepositorySlugEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.repository
 
BBCloudRepositorySlugEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.repository.BBCloudRepositorySlugEmitter
 
BitbucketCloudRepository - Class in com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud
Represents Bitbucket Cloud repository in Bamboo.
BitbucketCloudRepository() - Constructor for class com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository
 
BitbucketCloudRepositoryProperties - Class in com.atlassian.bamboo.specs.model.repository.bitbucket.cloud
 
BitbucketCloudRepositoryProperties(String, BambooOidProperties, String, String, VcsRepositoryViewerProperties, String, AuthenticationProperties, AuthenticationProperties, String, boolean, boolean, boolean, boolean, Duration, boolean, boolean, boolean, VcsChangeDetectionProperties) - Constructor for class com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties
 
BitbucketCloudRepositoryProperties(String, BambooOidProperties, String, String, VcsRepositoryViewerProperties, String, AuthenticationProperties, AuthenticationProperties, String, ProjectProperties, boolean, boolean, boolean, boolean, Duration, boolean, boolean, boolean, VcsChangeDetectionProperties) - Constructor for class com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties
 
BitbucketCloudRepositoryViewer - Class in com.atlassian.bamboo.specs.builders.repository.viewer
Represents Bitbucket Cloud repository viewer.
BitbucketCloudRepositoryViewer() - Constructor for class com.atlassian.bamboo.specs.builders.repository.viewer.BitbucketCloudRepositoryViewer
 
BitbucketServerMirror - Class in com.atlassian.bamboo.specs.builders.repository.bitbucket.server
Represents mirror of Bitbucket Server repository.
BitbucketServerMirror() - Constructor for class com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerMirror
 
BitbucketServerMirrorProperties - Class in com.atlassian.bamboo.specs.model.repository.bitbucket.server
 
BitbucketServerMirrorProperties(String, String) - Constructor for class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerMirrorProperties
 
BitbucketServerRepository - Class in com.atlassian.bamboo.specs.builders.repository.bitbucket.server
Represents Bitbucket Server repository in Bamboo.
BitbucketServerRepository() - Constructor for class com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository
Specifies a Bitbucket Server repository
BitbucketServerRepositoryProperties - Class in com.atlassian.bamboo.specs.model.repository.bitbucket.server
 
BitbucketServerRepositoryProperties(String, BambooOidProperties, String, String, VcsRepositoryViewerProperties, ApplicationLinkProperties, String, String, String, String, String, String, VcsChangeDetectionProperties, boolean, boolean, boolean, boolean, Duration, boolean, boolean, boolean, BitbucketServerMirrorProperties) - Constructor for class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties
 
BitbucketServerRepositoryProperties(String, BambooOidProperties, String, String, VcsRepositoryViewerProperties, ApplicationLinkProperties, String, String, String, String, String, String, ProjectProperties, VcsChangeDetectionProperties, boolean, boolean, boolean, boolean, Duration, boolean, boolean, boolean, BitbucketServerMirrorProperties) - Constructor for class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties
 
BitbucketServerRepositoryViewer - Class in com.atlassian.bamboo.specs.builders.repository.viewer
Represents Bitbucket Server viewer.
BitbucketServerRepositoryViewer() - Constructor for class com.atlassian.bamboo.specs.builders.repository.viewer.BitbucketServerRepositoryViewer
 
BitbucketServerTrigger - Class in com.atlassian.bamboo.specs.builders.trigger
Represents Bitbucket Server trigger.
BitbucketServerTrigger() - Constructor for class com.atlassian.bamboo.specs.builders.trigger.BitbucketServerTrigger
 
BitbucketServerTriggerProperties - Class in com.atlassian.bamboo.specs.model.trigger
 
BitbucketServerTriggerProperties(String, boolean, Set<TriggerConditionProperties>, RepositoryBasedTrigger.TriggeringRepositoriesType, List<VcsRepositoryIdentifierProperties>) - Constructor for class com.atlassian.bamboo.specs.model.trigger.BitbucketServerTriggerProperties
 
bowerExecutable(String) - Method in class com.atlassian.bamboo.specs.builders.task.BowerTask
Specify path to the Bower executable for this task.
BowerTask - Class in com.atlassian.bamboo.specs.builders.task
Represents Bamboo task which executes Bower package manager for Node.js.
BowerTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.BowerTask
 
BowerTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
BowerTaskProperties() - Constructor for class com.atlassian.bamboo.specs.model.task.BowerTaskProperties
 
BowerTaskProperties(String, boolean, String, String, String, String, String, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.model.task.BowerTaskProperties
 
branch(String) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository
Sets a branch to check out.
branch(String) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository
Sets a branch to check out.
branch(String) - Method in class com.atlassian.bamboo.specs.builders.repository.git.GitRepository
Sets branch to check out.
branch(String) - Method in class com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository
Sets branch to check out.
BranchCleanupEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.plan.branches
 
BranchCleanupEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.plan.branches.BranchCleanupEmitter
 
branchName(String) - Method in class com.atlassian.bamboo.specs.builders.task.VcsBranchTask
Sets the name of the branch to create.
build() - Method in class com.atlassian.bamboo.specs.builders.credentials.SshCredentials
 
build() - Method in class com.atlassian.bamboo.specs.builders.credentials.UsernamePasswordCredentials
 
build() - Method in class com.atlassian.bamboo.specs.builders.notification.BuildErrorNotification
 
build() - Method in class com.atlassian.bamboo.specs.builders.notification.CommentAddedNotification
 
build() - Method in class com.atlassian.bamboo.specs.builders.notification.CommittersRecipient
 
build() - Method in class com.atlassian.bamboo.specs.builders.notification.DeploymentFailedNotification
 
build() - Method in class com.atlassian.bamboo.specs.builders.notification.DeploymentFinishedNotification
 
build() - Method in class com.atlassian.bamboo.specs.builders.notification.DeploymentStartedAndFinishedNotification
 
build() - Method in class com.atlassian.bamboo.specs.builders.notification.EmailRecipient
 
build() - Method in class com.atlassian.bamboo.specs.builders.notification.FirstFailedJobNotification
 
build() - Method in class com.atlassian.bamboo.specs.builders.notification.GroupRecipient
 
build() - Method in class com.atlassian.bamboo.specs.builders.notification.HipChatRecipient
 
build() - Method in class com.atlassian.bamboo.specs.builders.notification.ImRecipient
 
build() - Method in class com.atlassian.bamboo.specs.builders.notification.JobCompletedNotification
 
build() - Method in class com.atlassian.bamboo.specs.builders.notification.JobFailedNotification
 
build() - Method in class com.atlassian.bamboo.specs.builders.notification.JobHungNotification
 
build() - Method in class com.atlassian.bamboo.specs.builders.notification.JobStatusChangedNotification
 
build() - Method in class com.atlassian.bamboo.specs.builders.notification.JobTimeoutNotification
 
build() - Method in class com.atlassian.bamboo.specs.builders.notification.JobWithoutAgentNotification
 
build() - Method in class com.atlassian.bamboo.specs.builders.notification.PlanCompletedNotification
 
build() - Method in class com.atlassian.bamboo.specs.builders.notification.PlanFailedNotification
 
build() - Method in class com.atlassian.bamboo.specs.builders.notification.PlanStatusChangedNotification
 
build() - Method in class com.atlassian.bamboo.specs.builders.notification.ResponsibilityChangedNotification
 
build() - Method in class com.atlassian.bamboo.specs.builders.notification.ResponsibleRecipient
 
build() - Method in class com.atlassian.bamboo.specs.builders.notification.UserRecipient
 
build() - Method in class com.atlassian.bamboo.specs.builders.notification.WatchersRecipient
 
build() - Method in class com.atlassian.bamboo.specs.builders.notification.WebhookRecipient
 
build() - Method in class com.atlassian.bamboo.specs.builders.notification.XFailedChainsNotification
 
build() - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository
 
build() - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerMirror
 
build() - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository
 
build() - Method in class com.atlassian.bamboo.specs.builders.repository.git.GitRepository
 
build() - Method in class com.atlassian.bamboo.specs.builders.repository.git.SshPrivateKeyAuthentication
 
build() - Method in class com.atlassian.bamboo.specs.builders.repository.git.UserPasswordAuthentication
 
build() - Method in class com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository
 
build() - Method in class com.atlassian.bamboo.specs.builders.repository.viewer.BitbucketCloudRepositoryViewer
 
build() - Method in class com.atlassian.bamboo.specs.builders.repository.viewer.BitbucketServerRepositoryViewer
 
build() - Method in class com.atlassian.bamboo.specs.builders.repository.viewer.FishEyeRepositoryViewer
 
build() - Method in class com.atlassian.bamboo.specs.builders.repository.viewer.GenericRepositoryViewer
 
build() - Method in class com.atlassian.bamboo.specs.builders.repository.viewer.GitHubRepositoryViewer
 
build() - Method in class com.atlassian.bamboo.specs.builders.repository.viewer.HgServeRepositoryViewer
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.AntTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.ArtifactDownloaderTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.ArtifactItem
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.BowerTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.BuildWarningParserTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.CheckoutItem
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.CleanWorkingDirectoryTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.CommandTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.DockerBuildImageTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.DockerPullImageTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.DockerPushImageTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.DockerRunContainerTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.DownloadItem
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.DumpVariablesTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.FastlaneTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.GruntTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.GulpTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.InjectVariablesTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.MavenDependenciesProcessorTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.MochaParserTask
Deprecated.
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.MochaRunnerTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.MsBuildTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.NodeTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.NodeunitTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.NpmTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.NUnitRunnerTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.ScpTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.ScriptTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.SshTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.TestParserTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.VcsBranchTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.VcsCheckoutTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.VcsCommitTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.VcsPushTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.task.VcsTagTask
 
build() - Method in class com.atlassian.bamboo.specs.builders.trigger.AfterSuccessfulBuildPlanTrigger
 
build() - Method in class com.atlassian.bamboo.specs.builders.trigger.AfterSuccessfulDeploymentTrigger
 
build() - Method in class com.atlassian.bamboo.specs.builders.trigger.AfterSuccessfulStageTrigger
 
build() - Method in class com.atlassian.bamboo.specs.builders.trigger.BitbucketServerTrigger
 
build() - Method in class com.atlassian.bamboo.specs.builders.trigger.PlansGreenTriggerCondition
 
build() - Method in class com.atlassian.bamboo.specs.builders.trigger.RemoteTrigger
 
build() - Method in class com.atlassian.bamboo.specs.builders.trigger.RepositoryPollingTrigger
 
build() - Method in class com.atlassian.bamboo.specs.builders.trigger.ScheduledDeploymentTrigger
 
build() - Method in class com.atlassian.bamboo.specs.builders.trigger.ScheduledTrigger
 
build() - Method in class com.atlassian.bamboo.specs.builders.trigger.TagTrigger
 
build() - Method in class com.atlassian.bamboo.specs.util.MapBuilder
 
build() - Method in class com.atlassian.bamboo.specs.util.SetBuilder
 
builderClass - Variable in class com.atlassian.bamboo.specs.codegen.emitters.value.EntityPropertiesEmitter
Builder class associated with given properties type.
BuilderClassProvider - Class in com.atlassian.bamboo.specs.codegen
 
BuildErrorNotification - Class in com.atlassian.bamboo.specs.builders.notification
Represents notifications send on build error.
BuildErrorNotification() - Constructor for class com.atlassian.bamboo.specs.builders.notification.BuildErrorNotification
 
BuildErrorNotificationEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.notification
 
BuildErrorNotificationEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.notification.BuildErrorNotificationEmitter
 
BuildErrorNotificationProperties - Class in com.atlassian.bamboo.specs.model.notification
 
BuildErrorNotificationProperties(boolean) - Constructor for class com.atlassian.bamboo.specs.model.notification.BuildErrorNotificationProperties
 
buildFile(String) - Method in class com.atlassian.bamboo.specs.builders.task.AntTask
Specifies Ant's build file.
buildFile - Variable in class com.atlassian.bamboo.specs.model.task.AntTaskProperties
 
BuildWarningParserTask - Class in com.atlassian.bamboo.specs.builders.task
Represents Bamboo task which scans logs and files for build warnings.
BuildWarningParserTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.BuildWarningParserTask
 
BuildWarningParserTask.WarningSeverity - Enum in com.atlassian.bamboo.specs.builders.task
 
BuildWarningParserTaskEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.task
 
BuildWarningParserTaskEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.task.BuildWarningParserTaskEmitter
 
BuildWarningParserTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
BuildWarningParserTaskProperties(String, boolean, List<RequirementProperties>, List<? extends ConditionProperties>, String, String, boolean, boolean, VcsRepositoryIdentifierProperties, boolean, int, BuildWarningParserTask.WarningSeverity) - Constructor for class com.atlassian.bamboo.specs.model.task.BuildWarningParserTaskProperties
 

C

changeDetection(VcsChangeDetection) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository
Sets change detection options for this repository.
changeDetection(VcsChangeDetection) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository
Sets change detection options for this repository.
changeDetection(VcsChangeDetection) - Method in class com.atlassian.bamboo.specs.builders.repository.git.GitRepository
Sets change detection options for this repository.
changeDetection(VcsChangeDetection) - Method in class com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository
Sets change detection options for this repository.
checkComaSeparatedIpAddressesOrCidrs(String) - Static method in class com.atlassian.bamboo.specs.validators.common.InternetAddressValidator
 
checkingIfTagIsInBranch(boolean) - Method in class com.atlassian.bamboo.specs.builders.trigger.TagTrigger
Sets the flag checkingIfTagIsInBranch.
checkIpAddressOrCidr(String) - Static method in class com.atlassian.bamboo.specs.validators.common.InternetAddressValidator
 
checkoutAuthentication(SharedCredentialsIdentifier) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository
Selects a previously defined SharedCredentials which will be used to checkout repository from Bitbucket Cloud.
checkoutAuthentication(SshPrivateKeyAuthentication) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository
Specifies SSH private key which will be used to checkout repository from Bitbucket Cloud.
CheckoutItem - Class in com.atlassian.bamboo.specs.builders.task
Represents a single checkout request.
CheckoutItem() - Constructor for class com.atlassian.bamboo.specs.builders.task.CheckoutItem
 
CheckoutItemProperties - Class in com.atlassian.bamboo.specs.model.task
 
CheckoutItemProperties(VcsRepositoryIdentifierProperties, String, boolean) - Constructor for class com.atlassian.bamboo.specs.model.task.CheckoutItemProperties
 
checkoutItems(CheckoutItem...) - Method in class com.atlassian.bamboo.specs.builders.task.VcsCheckoutTask
Adds checkout requests.
CheckoutSpecEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.task
 
CheckoutSpecEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.task.CheckoutSpecEmitter
 
cleanCheckout(boolean) - Method in class com.atlassian.bamboo.specs.builders.task.VcsCheckoutTask
Enables/disabled clean checkout.
CleanWorkingDirectoryTask - Class in com.atlassian.bamboo.specs.builders.task
Represents a task that cleans build's working directory.
CleanWorkingDirectoryTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.CleanWorkingDirectoryTask
 
CleanWorkingDirectoryTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
CleanWorkingDirectoryTaskProperties(String, boolean, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.model.task.CleanWorkingDirectoryTaskProperties
 
clearPortMappings() - Method in class com.atlassian.bamboo.specs.builders.task.DockerRunContainerTask
Clears port mappings configuration.
clearVolumeMappings() - Method in class com.atlassian.bamboo.specs.builders.task.DockerRunContainerTask
Clears volume mappings configuration.
CodeGenerationUtils - Class in com.atlassian.bamboo.specs.codegen.emitters
 
com.atlassian.bamboo.specs.builders - package com.atlassian.bamboo.specs.builders
The 'builders.*' packages contain classes you can use to define your Bamboo configuration as code.
com.atlassian.bamboo.specs.builders.credentials - package com.atlassian.bamboo.specs.builders.credentials
Shared credentials for user-password and SSH authentication.
com.atlassian.bamboo.specs.builders.notification - package com.atlassian.bamboo.specs.builders.notification
Bamboo notifications support.
com.atlassian.bamboo.specs.builders.plugin - package com.atlassian.bamboo.specs.builders.plugin
Bamboo miscellaneous plugins support.
com.atlassian.bamboo.specs.builders.repository - package com.atlassian.bamboo.specs.builders.repository
Various types of source code repositories.
com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud - package com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud
Bitbucket Cloud repository type.
com.atlassian.bamboo.specs.builders.repository.bitbucket.server - package com.atlassian.bamboo.specs.builders.repository.bitbucket.server
Bitbucket Server repository type.
com.atlassian.bamboo.specs.builders.repository.git - package com.atlassian.bamboo.specs.builders.repository.git
Git repository type.
com.atlassian.bamboo.specs.builders.repository.github - package com.atlassian.bamboo.specs.builders.repository.github
GitHub repository type.
com.atlassian.bamboo.specs.builders.repository.viewer - package com.atlassian.bamboo.specs.builders.repository.viewer
Repository viewers, such as: Fisheye, Bitbucket Server and Cloud or 'hg serve' service.
com.atlassian.bamboo.specs.builders.task - package com.atlassian.bamboo.specs.builders.task
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
com.atlassian.bamboo.specs.builders.trigger - package com.atlassian.bamboo.specs.builders.trigger
Build triggers.
com.atlassian.bamboo.specs.codegen - package com.atlassian.bamboo.specs.codegen
Conversion of EntityProperties model into Java.
com.atlassian.bamboo.specs.codegen.emitters - package com.atlassian.bamboo.specs.codegen.emitters
Various implementations of CodeEmitter which are used for converting EntityProperties model into Java.
com.atlassian.bamboo.specs.codegen.emitters.credentials - package com.atlassian.bamboo.specs.codegen.emitters.credentials
Various implementations of CodeEmitter which are used for converting EntityProperties model into Java.
com.atlassian.bamboo.specs.codegen.emitters.docker - package com.atlassian.bamboo.specs.codegen.emitters.docker
Emitters for Bamboo Docker configuration.
com.atlassian.bamboo.specs.codegen.emitters.fragment - package com.atlassian.bamboo.specs.codegen.emitters.fragment
Various implementations of CodeEmitter which are used for converting EntityProperties model into Java.
com.atlassian.bamboo.specs.codegen.emitters.notification - package com.atlassian.bamboo.specs.codegen.emitters.notification
Various implementations of CodeEmitter which are used for converting EntityProperties model into Java.
com.atlassian.bamboo.specs.codegen.emitters.permission - package com.atlassian.bamboo.specs.codegen.emitters.permission
Various implementations of CodeEmitter which are used for converting permission related EntityProperties model into Java.
com.atlassian.bamboo.specs.codegen.emitters.plan - package com.atlassian.bamboo.specs.codegen.emitters.plan
Various implementations of CodeEmitter which are used for converting Plan-related settings model into Java.
com.atlassian.bamboo.specs.codegen.emitters.plan.branches - package com.atlassian.bamboo.specs.codegen.emitters.plan.branches
Various implementations of CodeEmitter which are used for converting PlanBranchManagement-related settings model into Java.
com.atlassian.bamboo.specs.codegen.emitters.plugin - package com.atlassian.bamboo.specs.codegen.emitters.plugin
Emitters for Bamboo miscellaneous plugins.
com.atlassian.bamboo.specs.codegen.emitters.repository - package com.atlassian.bamboo.specs.codegen.emitters.repository
Various implementations of CodeEmitter which are used for converting VcsRepositoryProperties model into Java.
com.atlassian.bamboo.specs.codegen.emitters.repository.viewer - package com.atlassian.bamboo.specs.codegen.emitters.repository.viewer
Various implementations of CodeEmitter which are used for converting VcsRepositoryViewerProperties model into Java.
com.atlassian.bamboo.specs.codegen.emitters.task - package com.atlassian.bamboo.specs.codegen.emitters.task
Various implementations of CodeEmitter which are used for converting TaskProperties model into Java.
com.atlassian.bamboo.specs.codegen.emitters.trigger - package com.atlassian.bamboo.specs.codegen.emitters.trigger
Various implementations of CodeEmitter which are used for converting TriggerProperties model into Java.
com.atlassian.bamboo.specs.codegen.emitters.value - package com.atlassian.bamboo.specs.codegen.emitters.value
Various implementations of CodeEmitter which are used for converting EntityProperties model into Java.
com.atlassian.bamboo.specs.exceptions - package com.atlassian.bamboo.specs.exceptions
Various exceptions thrown by Bamboo Specs.
com.atlassian.bamboo.specs.model - package com.atlassian.bamboo.specs.model
The 'model.*' packages contain internal data representation of various Bamboo entities, you usually won't use them directly.
com.atlassian.bamboo.specs.model.credentials - package com.atlassian.bamboo.specs.model.credentials
Shared credentials for user-password and SSH authentication.
com.atlassian.bamboo.specs.model.notification - package com.atlassian.bamboo.specs.model.notification
Bamboo notifications support.
com.atlassian.bamboo.specs.model.plugin - package com.atlassian.bamboo.specs.model.plugin
Bamboo miscellaneous plugins support.
com.atlassian.bamboo.specs.model.repository.bitbucket.cloud - package com.atlassian.bamboo.specs.model.repository.bitbucket.cloud
Bitbucket Cloud repository type.
com.atlassian.bamboo.specs.model.repository.bitbucket.server - package com.atlassian.bamboo.specs.model.repository.bitbucket.server
Bitbucket Server repository type.
com.atlassian.bamboo.specs.model.repository.git - package com.atlassian.bamboo.specs.model.repository.git
Git repository type.
com.atlassian.bamboo.specs.model.repository.github - package com.atlassian.bamboo.specs.model.repository.github
GitHub repository type.
com.atlassian.bamboo.specs.model.repository.viewer - package com.atlassian.bamboo.specs.model.repository.viewer
Repository viewers.
com.atlassian.bamboo.specs.model.task - package com.atlassian.bamboo.specs.model.task
Tasks you can execute in a job.
com.atlassian.bamboo.specs.model.task.docker - package com.atlassian.bamboo.specs.model.task.docker
Properties classes related to Docker CLI task.
com.atlassian.bamboo.specs.model.trigger - package com.atlassian.bamboo.specs.model.trigger
Build triggers.
com.atlassian.bamboo.specs.util - package com.atlassian.bamboo.specs.util
Utility classes, such as the BambooServer which publishes a plan on Bamboo.
com.atlassian.bamboo.specs.validators.common - package com.atlassian.bamboo.specs.validators.common
Common validators, such as: IP addresses.
command(String) - Method in class com.atlassian.bamboo.specs.builders.task.BowerTask
Command that Bower should run.
command(String) - Method in class com.atlassian.bamboo.specs.builders.task.NpmTask
Sets which command to execute, e.g.
command(String) - Method in class com.atlassian.bamboo.specs.builders.task.SshTask
Shell command to execute on the remote host.
command(Path) - Method in class com.atlassian.bamboo.specs.builders.task.SshTask
 
commandLineOptions(String) - Method in class com.atlassian.bamboo.specs.builders.task.NUnitRunnerTask
Add any command line options or switches you wish to include when running NUnit.
CommandTask - Class in com.atlassian.bamboo.specs.builders.task
Represents a task that executes a command.
CommandTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.CommandTask
 
CommandTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
CommandTaskProperties(String, boolean, String, String, String, String, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.model.task.CommandTaskProperties
 
commandTimeout(Duration) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository
Specifies how much time is given for git commands to finish.
commandTimeout(Duration) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository
Specifies how much time is given for git commands to finish.
commandTimeout(Duration) - Method in class com.atlassian.bamboo.specs.builders.repository.git.GitRepository
Specifies how much time is given for git commands to finish.
commandTimeout(Duration) - Method in class com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository
Specifies how much time is given for git commands to finish.
commandTimeoutInMinutes(int) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository
Specifies how much time in minutes is given for git commands to finish.
commandTimeoutInMinutes(int) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository
Specifies how much time in minutes is given for git commands to finish.
commandTimeoutInMinutes(int) - Method in class com.atlassian.bamboo.specs.builders.repository.git.GitRepository
Specifies how much time in minutes is given for git commands to finish.
commandTimeoutInMinutes(int) - Method in class com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository
Specifies how much time in minutes is given for git commands to finish.
Comment(String) - Constructor for class com.atlassian.bamboo.specs.codegen.BambooSpecsGenerator.Comment
 
Comment(String, boolean, boolean) - Constructor for class com.atlassian.bamboo.specs.codegen.BambooSpecsGenerator.Comment
 
CommentAddedNotification - Class in com.atlassian.bamboo.specs.builders.notification
Represent a notification which is sent when comment is added to a chain.
CommentAddedNotification() - Constructor for class com.atlassian.bamboo.specs.builders.notification.CommentAddedNotification
 
commitMessage(String) - Method in class com.atlassian.bamboo.specs.builders.task.VcsCommitTask
Sets the message to be used for committing.
CommittersRecipient - Class in com.atlassian.bamboo.specs.builders.notification
Represents a users who have committed to the build.
CommittersRecipient() - Constructor for class com.atlassian.bamboo.specs.builders.notification.CommittersRecipient
 
containerCommand(String) - Method in class com.atlassian.bamboo.specs.builders.task.DockerRunContainerTask
Specifies container command.
containerEnvironmentVariables(String) - Method in class com.atlassian.bamboo.specs.builders.task.DockerRunContainerTask
Specifies container environment variables.
containerName(String) - Method in class com.atlassian.bamboo.specs.builders.task.DockerRunContainerTask
Specifies container name.
containerWorkingDirectory(String) - Method in class com.atlassian.bamboo.specs.builders.task.DockerRunContainerTask
Sets container working directory.
contentCanonicallyEquals(YamlFile) - Method in class com.atlassian.bamboo.specs.util.YamlFile
 
create(URI, AuthenticationProvider, RootEntityPropertiesBuilder, String) - Static method in class com.atlassian.bamboo.specs.util.RestTaskFactory
 
createDefaultObject(EntityProperties) - Method in class com.atlassian.bamboo.specs.codegen.emitters.value.EntityPropertiesEmitter
Creates instance of the EntityProperties that contains default values.
createJUnitParserTask() - Static method in class com.atlassian.bamboo.specs.builders.task.TestParserTask
Specify test parsing task that handles JUnit test results.
createMochaParserTask() - Static method in class com.atlassian.bamboo.specs.builders.task.TestParserTask
Specify test parsing task that handles test results of Mocha executed with 'mocha-bamboo-reporter'.
createMSTestParserTask() - Static method in class com.atlassian.bamboo.specs.builders.task.TestParserTask
Specify test parsing task that handles mstest test results.
createNUnitParserTask() - Static method in class com.atlassian.bamboo.specs.builders.task.TestParserTask
Specify test parsing task that handles NUnit test results.
CreatePlanBranchesEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.plan.branches
 
CreatePlanBranchesEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.plan.branches.CreatePlanBranchesEmitter
 
createTestNGParserTask() - Static method in class com.atlassian.bamboo.specs.builders.task.TestParserTask
Specify test parsing task that handles TestNG test results.
cronExpression(String) - Method in class com.atlassian.bamboo.specs.builders.trigger.ScheduledDeploymentTrigger
Schedules deployment execution according to the cron expression.
cronExpression(String) - Method in class com.atlassian.bamboo.specs.builders.trigger.ScheduledTrigger
Schedules build execution according to the cron expression.
customRegistryImage(String) - Method in class com.atlassian.bamboo.specs.builders.task.AbstractDockerRegistryTask
 
customRegistryImage(String) - Method in class com.atlassian.bamboo.specs.builders.task.DockerPullImageTask
Specify repository and image name which will be pulled from the custom registry.
customRegistryImage(String) - Method in class com.atlassian.bamboo.specs.builders.task.DockerPushImageTask
Specify repository and image name which will be pushed to the custom registry.
CustomYamlers - Class in com.atlassian.bamboo.specs.util
 
CustomYamlers.CustomYamler - Interface in com.atlassian.bamboo.specs.util
 

D

debug(String, Object...) - Method in class com.atlassian.bamboo.specs.util.Logger
Logs the given message at Logger.LogLevel.DEBUG level.
debug(Throwable) - Method in class com.atlassian.bamboo.specs.util.Logger
Logs the given throwable at Logger.LogLevel.DEBUG level.
debug(Throwable, String, Object...) - Method in class com.atlassian.bamboo.specs.util.Logger
Logs the given throwable and message at Logger.LogLevel.DEBUG level.
DEFAULT_BOWER_COMMAND - Static variable in class com.atlassian.bamboo.specs.builders.task.BowerTask
 
DEFAULT_BOWER_EXECUTABLE - Static variable in class com.atlassian.bamboo.specs.builders.task.BowerTask
 
DEFAULT_COMMAND_TIMEOUT - Static variable in class com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties
 
DEFAULT_FETCH_WHOLE_REPOSITORY - Static variable in class com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties
 
DEFAULT_GRUNT_CLI_EXECUTABLE - Static variable in class com.atlassian.bamboo.specs.builders.task.GruntTask
 
DEFAULT_GULP_EXECUTABLE - Static variable in class com.atlassian.bamboo.specs.builders.task.GulpTask
 
DEFAULT_KEEP_ALIVE_INTERVAL - Static variable in class com.atlassian.bamboo.specs.model.task.SshTaskProperties
 
DEFAULT_LFS - Static variable in class com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties
 
DEFAULT_MOCHA_EXECUTABLE - Static variable in class com.atlassian.bamboo.specs.builders.task.MochaRunnerTask
 
DEFAULT_NAMESPACE - Static variable in class com.atlassian.bamboo.specs.model.task.InjectVariablesTaskProperties
 
DEFAULT_NODEUNIT_EXECUTABLE - Static variable in class com.atlassian.bamboo.specs.builders.task.NodeunitTask
 
DEFAULT_PARSE_TEST_RESULTS - Static variable in class com.atlassian.bamboo.specs.builders.task.MochaRunnerTask
 
DEFAULT_PARSE_TEST_RESULTS - Static variable in class com.atlassian.bamboo.specs.builders.task.NodeunitTask
 
DEFAULT_PORT - Static variable in class com.atlassian.bamboo.specs.model.task.BaseSshTaskProperties
 
DEFAULT_PROJECT - Static variable in class com.atlassian.bamboo.specs.builders.task.MsBuildTask
 
DEFAULT_REMOTE_AGENT_CACHE - Static variable in class com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties
 
DEFAULT_RESULTS_DIRECTORY - Static variable in class com.atlassian.bamboo.specs.builders.task.NodeunitTask
 
DEFAULT_SERVICE_TIMEOUT - Static variable in class com.atlassian.bamboo.specs.model.task.docker.DockerRunContainerTaskProperties
 
DEFAULT_SHALLOW_CLONES - Static variable in class com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties
 
DEFAULT_SSH_KEY_APPLIES_TO_SUBMODULES - Static variable in class com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties
 
DEFAULT_TEST_DIRECTORY - Static variable in class com.atlassian.bamboo.specs.builders.task.MochaRunnerTask
 
DEFAULT_TEST_DIRECTORY - Static variable in class com.atlassian.bamboo.specs.builders.task.NodeunitTask
 
DEFAULT_TEST_FILE_PATTERN - Static variable in class com.atlassian.bamboo.specs.builders.task.MochaParserTask
Deprecated.
 
DEFAULT_TEST_RESULTS_DIRECTORY - Static variable in class com.atlassian.bamboo.specs.model.task.AntTaskProperties
 
DEFAULT_USE_SUBMODULES - Static variable in class com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties
 
DEFAULT_VERBOSE_LOGS - Static variable in class com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties
 
defaultAuthentication() - Method in class com.atlassian.bamboo.specs.builders.task.AbstractDockerRegistryTask
Use agent's ~/.dockercfg credentials to authenticate to Docker registry.
defaultChangeDetection() - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository
Resets all change detection options to defaults.
defaultChangeDetection() - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository
Resets all change detection options to defaults.
defaultChangeDetection() - Method in class com.atlassian.bamboo.specs.builders.repository.git.GitRepository
Resets all change detection options to defaults.
defaultChangeDetection() - Method in class com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository
Resets all change detection options to defaults.
defaultRepository - Variable in class com.atlassian.bamboo.specs.builders.task.BaseVcsTask
 
defaultRepository() - Method in class com.atlassian.bamboo.specs.builders.task.BaseVcsTask
Sets the repository for this task to plan's default repository.
defaultRepository() - Method in class com.atlassian.bamboo.specs.builders.task.BuildWarningParserTask
Sets the repository for this task to plan's default repository.
defaultRepository() - Method in class com.atlassian.bamboo.specs.builders.task.CheckoutItem
Sets this checkout request for plan's default repository.
defaultResultDirectory() - Method in class com.atlassian.bamboo.specs.builders.task.TestParserTask
Adds default directory to the list of directories in which task looks for test result files.
DeploymentFailedNotification - Class in com.atlassian.bamboo.specs.builders.notification
Represents a notification which is sent when a deployment is failed.
DeploymentFailedNotification() - Constructor for class com.atlassian.bamboo.specs.builders.notification.DeploymentFailedNotification
 
DeploymentFinishedNotification - Class in com.atlassian.bamboo.specs.builders.notification
Represents a notification which is sent when a deployment is completed (with either success or failure).
DeploymentFinishedNotification() - Constructor for class com.atlassian.bamboo.specs.builders.notification.DeploymentFinishedNotification
 
DeploymentStartedAndFinishedNotification - Class in com.atlassian.bamboo.specs.builders.notification
Represents a notification which is sent when a deployment is started and finished.
DeploymentStartedAndFinishedNotification() - Constructor for class com.atlassian.bamboo.specs.builders.notification.DeploymentStartedAndFinishedNotification
 
DeploymentTriggerProperties - Class in com.atlassian.bamboo.specs.builders.trigger
 
DeploymentTriggerProperties() - Constructor for class com.atlassian.bamboo.specs.builders.trigger.DeploymentTriggerProperties
 
DeploymentTriggerProperties(String, String, boolean) - Constructor for class com.atlassian.bamboo.specs.builders.trigger.DeploymentTriggerProperties
 
detachContainer(boolean) - Method in class com.atlassian.bamboo.specs.builders.task.DockerRunContainerTask
Determines if container should be run in a detached mode.
DockerBuildImageEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.task
 
DockerBuildImageEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.task.DockerBuildImageEmitter
 
DockerBuildImageTask - Class in com.atlassian.bamboo.specs.builders.task
Task to build docker image.
DockerBuildImageTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.DockerBuildImageTask
 
DockerBuildImageTaskProperties - Class in com.atlassian.bamboo.specs.model.task.docker
 
DockerBuildImageTaskProperties() - Constructor for class com.atlassian.bamboo.specs.model.task.docker.DockerBuildImageTaskProperties
 
DockerBuildImageTaskProperties(String, boolean, String, DockerBuildImageTaskProperties.DockerfileContent, String, boolean, boolean, String, String, String, String, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.model.task.docker.DockerBuildImageTaskProperties
 
DockerBuildImageTaskProperties.DockerfileContent - Enum in com.atlassian.bamboo.specs.model.task.docker
 
DockerConfigurationVolumesEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.docker
 
DockerConfigurationVolumesEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.docker.DockerConfigurationVolumesEmitter
 
dockerfile(String) - Method in class com.atlassian.bamboo.specs.builders.task.DockerBuildImageTask
Specifies content of a Dockerfile.
dockerfileFromPath(Path) - Method in class com.atlassian.bamboo.specs.builders.task.DockerBuildImageTask
Specifies content of a Dockerfile with content of a file.
dockerfileInWorkingDir() - Method in class com.atlassian.bamboo.specs.builders.task.DockerBuildImageTask
Task will use Dockerfile which should be available in a working directory.
dockerHubImage(String) - Method in class com.atlassian.bamboo.specs.builders.task.AbstractDockerRegistryTask
 
dockerHubImage(String) - Method in class com.atlassian.bamboo.specs.builders.task.DockerPullImageTask
Specify image name which will be pulled from Docker Hub.
dockerHubImage(String) - Method in class com.atlassian.bamboo.specs.builders.task.DockerPushImageTask
Specify image name which will be pushed to Docker Hub.
DockerPullImageTask - Class in com.atlassian.bamboo.specs.builders.task
Pulls docker image from the docker registry.
DockerPullImageTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.DockerPullImageTask
 
DockerPushImageTask - Class in com.atlassian.bamboo.specs.builders.task
Pushes docker image to the docker registry.
DockerPushImageTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.DockerPushImageTask
 
DockerRegistryEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.task
 
DockerRegistryEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.task.DockerRegistryEmitter
 
DockerRegistryTaskProperties - Class in com.atlassian.bamboo.specs.model.task.docker
 
DockerRegistryTaskProperties() - Constructor for class com.atlassian.bamboo.specs.model.task.docker.DockerRegistryTaskProperties
 
DockerRegistryTaskProperties(String, boolean, DockerRegistryTaskProperties.OperationType, String, DockerRegistryTaskProperties.RegistryType, String, String, String, String, String, List<RequirementProperties>, List<? extends ConditionProperties>, SharedCredentialsIdentifierProperties) - Constructor for class com.atlassian.bamboo.specs.model.task.docker.DockerRegistryTaskProperties
 
DockerRegistryTaskProperties.OperationType - Enum in com.atlassian.bamboo.specs.model.task.docker
 
DockerRegistryTaskProperties.RegistryType - Enum in com.atlassian.bamboo.specs.model.task.docker
 
DockerRunContainerEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.task
 
DockerRunContainerEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.task.DockerRunContainerEmitter
 
DockerRunContainerTask - Class in com.atlassian.bamboo.specs.builders.task
Task used to run a Docker container.
DockerRunContainerTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.DockerRunContainerTask
 
DockerRunContainerTaskProperties - Class in com.atlassian.bamboo.specs.model.task.docker
 
DockerRunContainerTaskProperties() - Constructor for class com.atlassian.bamboo.specs.model.task.docker.DockerRunContainerTaskProperties
 
DockerRunContainerTaskProperties(String, boolean, String, boolean, String, Map<Integer, Integer>, boolean, String, long, boolean, String, String, String, String, Map<String, String>, String, String, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.model.task.docker.DockerRunContainerTaskProperties
 
DownloadItem - Class in com.atlassian.bamboo.specs.builders.task
Represents a single download request.
DownloadItem() - Constructor for class com.atlassian.bamboo.specs.builders.task.DownloadItem
 
DownloadItemProperties - Class in com.atlassian.bamboo.specs.model.task
 
DownloadItemProperties(String, boolean, String) - Constructor for class com.atlassian.bamboo.specs.model.task.DownloadItemProperties
 
dump(EntityPropertiesBuilder<T>) - Static method in class com.atlassian.bamboo.specs.util.BambooSpecSerializer
 
dump(EntityPropertiesBuilder<T>, Writer) - Static method in class com.atlassian.bamboo.specs.util.BambooSpecSerializer
 
DumpVariablesTask - Class in com.atlassian.bamboo.specs.builders.task
Represents a task that dumps Bamboo variables to log when task is run on agent.
DumpVariablesTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.DumpVariablesTask
 
DumpVariablesTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
DumpVariablesTaskProperties() - Constructor for class com.atlassian.bamboo.specs.model.task.DumpVariablesTaskProperties
 
DumpVariablesTaskProperties(String, boolean, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.model.task.DumpVariablesTaskProperties
 
DurationEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.value
Generates value of Duration.
DurationEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.value.DurationEmitter
 
DurationYamler - Enum in com.atlassian.bamboo.specs.util
 

E

email - Variable in class com.atlassian.bamboo.specs.builders.task.AbstractDockerRegistryTask
 
EmailRecipient - Class in com.atlassian.bamboo.specs.builders.notification
Represents email address Bamboo can send notifications to.
EmailRecipient(String) - Constructor for class com.atlassian.bamboo.specs.builders.notification.EmailRecipient
 
EmailRecipientProperties - Class in com.atlassian.bamboo.specs.model.notification
 
EmailRecipientProperties(String) - Constructor for class com.atlassian.bamboo.specs.model.notification.EmailRecipientProperties
 
emitAuthenticationCode(DockerRegistryTaskProperties, CodeGenerationContext) - Method in class com.atlassian.bamboo.specs.codegen.emitters.task.DockerRegistryEmitter
 
emitCode() - Method in class com.atlassian.bamboo.specs.codegen.BambooSpecsGenerator
 
emitCode(String) - Method in class com.atlassian.bamboo.specs.codegen.BambooSpecsGenerator
 
emitCode(String, String, String) - Method in class com.atlassian.bamboo.specs.codegen.BambooSpecsGenerator
 
emitCode(CodeGenerationContext, SharedCredentialsIdentifierProperties) - Method in class com.atlassian.bamboo.specs.codegen.emitters.credentials.SharedCredentialsIdentifierEmitter
 
emitCode(CodeGenerationContext, Map<String, String>) - Method in class com.atlassian.bamboo.specs.codegen.emitters.docker.DockerConfigurationVolumesEmitter
 
emitCode(CodeGenerationContext, T) - Method in class com.atlassian.bamboo.specs.codegen.emitters.fragment.FieldSetterEmitter
Generates invocation of a setter method with a single argument.
emitCode(CodeGenerationContext, T) - Method in class com.atlassian.bamboo.specs.codegen.emitters.fragment.NoArgCallEmitter
 
emitCode(CodeGenerationContext, Object) - Method in class com.atlassian.bamboo.specs.codegen.emitters.fragment.SecretSetterEmitter
 
emitCode(CodeGenerationContext, Iterable<Object>) - Method in class com.atlassian.bamboo.specs.codegen.emitters.fragment.VarargArgumentSetterEmitter
Generates invocation of a setter method with a variable length argument list.
emitCode(CodeGenerationContext, AnyNotificationRecipientProperties) - Method in class com.atlassian.bamboo.specs.codegen.emitters.notification.AnyNotificationRecipientEmitter
 
emitCode(CodeGenerationContext, AnyNotificationTypeProperties) - Method in class com.atlassian.bamboo.specs.codegen.emitters.notification.AnyNotificationTypeEmitter
 
emitCode(CodeGenerationContext, Boolean) - Method in class com.atlassian.bamboo.specs.codegen.emitters.notification.BuildErrorNotificationEmitter
 
emitCode(CodeGenerationContext, PermissionsProperties) - Method in class com.atlassian.bamboo.specs.codegen.emitters.permission.PermissionPropertiesEmitter
 
emitCode(CodeGenerationContext, BranchCleanupProperties) - Method in class com.atlassian.bamboo.specs.codegen.emitters.plan.branches.BranchCleanupEmitter
 
emitCode(CodeGenerationContext, CreatePlanBranchesProperties) - Method in class com.atlassian.bamboo.specs.codegen.emitters.plan.branches.CreatePlanBranchesEmitter
 
emitCode(CodeGenerationContext, PlanBranchManagementProperties.NotificationStrategy) - Method in class com.atlassian.bamboo.specs.codegen.emitters.plan.branches.NotificationStrategyEmitter
 
emitCode(CodeGenerationContext, PlanBranchManagementProperties.TriggeringOption) - Method in class com.atlassian.bamboo.specs.codegen.emitters.plan.branches.TriggeringOptionEmitter
 
emitCode(CodeGenerationContext, Boolean) - Method in class com.atlassian.bamboo.specs.codegen.emitters.plan.PlanForceStopBuildEmitter
 
emitCode(CodeGenerationContext, Iterable<LabelProperties>) - Method in class com.atlassian.bamboo.specs.codegen.emitters.plan.PlanLabelsEmitter
 
emitCode(CodeGenerationContext, Iterable<PlanRepositoryLinkProperties>) - Method in class com.atlassian.bamboo.specs.codegen.emitters.plan.PlanRepositoriesEmitter
 
emitCode(CodeGenerationContext, AuthenticationProperties) - Method in class com.atlassian.bamboo.specs.codegen.emitters.repository.AuthenticationEmitter
 
emitCode(CodeGenerationContext, String) - Method in class com.atlassian.bamboo.specs.codegen.emitters.repository.BBCloudRepositorySlugEmitter
 
emitCode(CodeGenerationContext, AnyVcsRepositoryViewerProperties) - Method in class com.atlassian.bamboo.specs.codegen.emitters.repository.viewer.AnyVcsRepositoryViewerEmitter
 
emitCode(CodeGenerationContext, ArtifactItemProperties) - Method in class com.atlassian.bamboo.specs.codegen.emitters.task.ArtifactItemEmitter
 
emitCode(CodeGenerationContext, T) - Method in class com.atlassian.bamboo.specs.codegen.emitters.task.BaseVcsTaskEmitter
 
emitCode(CodeGenerationContext, BuildWarningParserTaskProperties) - Method in class com.atlassian.bamboo.specs.codegen.emitters.task.BuildWarningParserTaskEmitter
 
emitCode(CodeGenerationContext, CheckoutItemProperties) - Method in class com.atlassian.bamboo.specs.codegen.emitters.task.CheckoutSpecEmitter
 
emitCode(CodeGenerationContext, DockerBuildImageTaskProperties) - Method in class com.atlassian.bamboo.specs.codegen.emitters.task.DockerBuildImageEmitter
 
emitCode(CodeGenerationContext, DockerRegistryTaskProperties) - Method in class com.atlassian.bamboo.specs.codegen.emitters.task.DockerRegistryEmitter
 
emitCode(CodeGenerationContext, DockerRunContainerTaskProperties) - Method in class com.atlassian.bamboo.specs.codegen.emitters.task.DockerRunContainerEmitter
 
emitCode(CodeGenerationContext, Integer) - Method in class com.atlassian.bamboo.specs.codegen.emitters.task.MavenVersionEmitter
 
emitCode(CodeGenerationContext, NUnitRunnerTask.NUnitVersion) - Method in class com.atlassian.bamboo.specs.codegen.emitters.task.NUnitVersionEmitter
 
emitCode(CodeGenerationContext, ScpTaskProperties) - Method in class com.atlassian.bamboo.specs.codegen.emitters.task.ScpTaskEmitter
 
emitCode(CodeGenerationContext, SshTaskProperties) - Method in class com.atlassian.bamboo.specs.codegen.emitters.task.SshTaskEmitter
 
emitCode(CodeGenerationContext, VcsBranchTaskProperties) - Method in class com.atlassian.bamboo.specs.codegen.emitters.task.VcsBranchTaskEmitter
 
emitCode(CodeGenerationContext, VcsCommitTaskProperties) - Method in class com.atlassian.bamboo.specs.codegen.emitters.task.VcsCommitTaskEmitter
 
emitCode(CodeGenerationContext, VcsPushTaskProperties) - Method in class com.atlassian.bamboo.specs.codegen.emitters.task.VcsPushTaskEmitter
 
emitCode(CodeGenerationContext, VcsTagTaskProperties) - Method in class com.atlassian.bamboo.specs.codegen.emitters.task.VcsTagTaskEmitter
 
emitCode(CodeGenerationContext, ScheduledTriggerProperties) - Method in class com.atlassian.bamboo.specs.codegen.emitters.trigger.ScheduledTriggerEmitter
 
emitCode(CodeGenerationContext, Duration) - Method in class com.atlassian.bamboo.specs.codegen.emitters.value.DurationEmitter
 
emitCode(CodeGenerationContext, T) - Method in class com.atlassian.bamboo.specs.codegen.emitters.value.EntityPropertiesEmitter
Generates code for properties class.
emitCode(CodeGenerationContext, Object) - Method in class com.atlassian.bamboo.specs.codegen.emitters.value.LiteralEmitter
 
emitCode(CodeGenerationContext, Map<?, ?>) - Method in class com.atlassian.bamboo.specs.codegen.emitters.value.MapEmitter
 
emitCode(CodeGenerationContext, Set<?>) - Method in class com.atlassian.bamboo.specs.codegen.emitters.value.SetEmitter
 
emitConstructorInvocation(CodeGenerationContext, PlanIdentifierProperties) - Method in class com.atlassian.bamboo.specs.codegen.emitters.plan.PlanIdentifierEmitter
 
emitConstructorInvocation(CodeGenerationContext, T) - Method in class com.atlassian.bamboo.specs.codegen.emitters.value.EntityPropertiesEmitter
Generates constructor invocation of the builder class.
emitDescriptionCode(DockerRegistryTaskProperties) - Method in class com.atlassian.bamboo.specs.codegen.emitters.task.DockerRegistryEmitter
 
emitFields(CodeGenerationContext, EntityProperties) - Method in class com.atlassian.bamboo.specs.codegen.emitters.value.EntityPropertiesEmitter
Generate code for all fields of the class that are not already covered by EntityPropertiesEmitter.emitConstructorInvocation(CodeGenerationContext, EntityProperties) not contained in EntityPropertiesEmitter.fieldsToSkip and not annotated with SkipCodeGen.
emitFieldValue(CodeGenerationContext, EntityProperties, Field) - Method in class com.atlassian.bamboo.specs.codegen.emitters.value.EntityPropertiesEmitter
Generates value of a field.
emitImageCode(DockerRegistryTaskProperties) - Method in class com.atlassian.bamboo.specs.codegen.emitters.task.DockerRegistryEmitter
 
emitterFor(T) - Static method in class com.atlassian.bamboo.specs.codegen.emitters.value.ValueEmitterFactory
 
emitterFor(T) - Static method in class com.atlassian.bamboo.specs.codegen.emitters.value.ValueEmitterFactory
 
EntityPropertiesEmitter<T extends EntityProperties> - Class in com.atlassian.bamboo.specs.codegen.emitters.value
Default code generator for any EntityProperties This class can be extended to implement more specialised generators.
EntityPropertiesEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.value.EntityPropertiesEmitter
 
environmentVariables - Variable in class com.atlassian.bamboo.specs.builders.task.AbstractDockerTask
 
environmentVariables(String) - Method in class com.atlassian.bamboo.specs.builders.task.AbstractDockerTask
Environment variables which will be passed to Docker process.
environmentVariables(String) - Method in class com.atlassian.bamboo.specs.builders.task.AntTask
Sets environment variables to be set when Ant is executed.
environmentVariables - Variable in class com.atlassian.bamboo.specs.builders.task.BaseNodeTask
 
environmentVariables(String) - Method in class com.atlassian.bamboo.specs.builders.task.BaseNodeTask
Sets environment variables for this task.
environmentVariables(String) - Method in class com.atlassian.bamboo.specs.builders.task.CommandTask
Sets environment variables to be set when command is executed.
environmentVariables(String) - Method in class com.atlassian.bamboo.specs.builders.task.FastlaneTask
Environment variables which will be passed to Fastlane process.
environmentVariables - Variable in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
environmentVariables(String) - Method in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
environmentVariables(String) - Method in class com.atlassian.bamboo.specs.builders.task.MsBuildTask
Specifies environment variables to be set when command is executed.
environmentVariables(String) - Method in class com.atlassian.bamboo.specs.builders.task.NUnitRunnerTask
Environment variables which will be passed to runner process.
environmentVariables(String) - Method in class com.atlassian.bamboo.specs.builders.task.ScriptTask
Sets environment variables to be set when script is executed.
environmentVariables - Variable in class com.atlassian.bamboo.specs.model.task.AntTaskProperties
 
environmentVariables - Variable in class com.atlassian.bamboo.specs.model.task.docker.AbstractDockerTaskProperties
 
environmentVariables - Variable in class com.atlassian.bamboo.specs.model.task.MavenTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.AbstractDockerRegistryTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.AbstractDockerTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.AntTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.ArtifactDownloaderTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.BaseNodeTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.BaseSshTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.BaseVcsTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.BowerTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.BuildWarningParserTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.CleanWorkingDirectoryTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.CommandTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.DockerBuildImageTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.DockerPullImageTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.DockerPushImageTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.DockerRunContainerTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.DumpVariablesTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.FastlaneTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.GruntTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.GulpTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.InjectVariablesTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.MavenDependenciesProcessorTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.MochaRunnerTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.MsBuildTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.NodeTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.NodeunitTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.NpmTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.NUnitRunnerTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.ScpTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.ScriptTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.SshTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.TestParserTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.VcsBranchTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.VcsCheckoutTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.VcsCommitTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.VcsPushTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.builders.task.VcsTagTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.codegen.BambooSpecsGenerator.Comment
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.credentials.SshCredentialsProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.credentials.UsernamePasswordCredentialsProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.notification.BuildErrorNotificationProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.notification.EmailRecipientProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.notification.GroupRecipientProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.notification.HipChatRecipientProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.notification.ImRecipientProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.notification.UserRecipientProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.notification.WebhookRecipientProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.notification.XFailedChainsNotificationProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerMirrorProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.repository.git.GitRepositoryProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.repository.git.SharedCredentialsAuthenticationProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.repository.git.SshPrivateKeyAuthenticationProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.repository.git.UserPasswordAuthenticationProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.repository.viewer.FishEyeRepositoryViewerProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.repository.viewer.GenericRepositoryViewerProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.AntTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.ArtifactDownloaderTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.ArtifactItemProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.BaseNodeTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.BaseSshTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.BaseVcsTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.BowerTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.BuildWarningParserTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.CheckoutItemProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.CommandTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.docker.AbstractDockerTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerBuildImageTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerRegistryTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerRunContainerTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.DownloadItemProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.DumpVariablesTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.FastlaneTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.GruntTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.GulpTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.InjectVariablesTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.MavenDependenciesProcessorTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.MavenTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.MochaParserTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.MochaRunnerTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.MsBuildTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.NodeTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.NodeunitTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.NpmTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.NUnitRunnerTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.ScpTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.ScriptTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.SshTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.TestParserTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.VcsBranchTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.VcsCheckoutTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.VcsCommitTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.task.VcsTagTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.trigger.AfterSuccessfulBuildPlanTriggerProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.trigger.AfterSuccessfulDeploymentTriggerProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.trigger.AfterSuccessfulStageTriggerProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.trigger.PlansGreenTriggerConditionProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.trigger.RemoteTriggerProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.trigger.RepositoryPollingTriggerProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.trigger.ScheduledTriggerProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.model.trigger.TagTriggerProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.util.BambooSpecProperties
 
executable(String) - Method in class com.atlassian.bamboo.specs.builders.task.CommandTask
Sets label (not a path) of command to be executed.
executable(String) - Method in class com.atlassian.bamboo.specs.builders.task.MsBuildTask
Specifies MSBuild executable to be used.
executable(String) - Method in class com.atlassian.bamboo.specs.builders.task.NUnitRunnerTask
Sets label (not a path) of NUnit executable.
executableLabel(String) - Method in class com.atlassian.bamboo.specs.builders.task.AntTask
Sets label of Ant executable.
executableLabel(String) - Method in class com.atlassian.bamboo.specs.builders.task.FastlaneTask
Label of the Fastlane executable.
executableLabel(String) - Method in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
executableLabel - Variable in class com.atlassian.bamboo.specs.model.task.AntTaskProperties
 
executableLabel - Variable in class com.atlassian.bamboo.specs.model.task.MavenTaskProperties
 
execute(T) - Method in class com.atlassian.bamboo.specs.util.IsolatedExecutor
 
execute(BambooSpecProperties) - Static method in class com.atlassian.bamboo.specs.util.IsolatedYamlizator
 

F

failBuild(boolean) - Method in class com.atlassian.bamboo.specs.builders.task.BuildWarningParserTask
Enable this flag for the task to fail if the number of warnings exceeds a threshold.
failBuildSeverity(BuildWarningParserTask.WarningSeverity) - Method in class com.atlassian.bamboo.specs.builders.task.BuildWarningParserTask
Sets minimum severity of warnings that count towards fail build threshold.
failBuildThreshold(int) - Method in class com.atlassian.bamboo.specs.builders.task.BuildWarningParserTask
Sets maximum number of warnings for which the build passes.
FastlaneTask - Class in com.atlassian.bamboo.specs.builders.task
Fastlane build task builder.
FastlaneTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.FastlaneTask
 
FastlaneTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
FastlaneTaskProperties() - Constructor for class com.atlassian.bamboo.specs.model.task.FastlaneTaskProperties
 
FastlaneTaskProperties(String, boolean, String, String, String, String, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.model.task.FastlaneTaskProperties
 
fetchWholeRepository(boolean) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository
Enforces (or not) fetching all remote refs from the repository rather than single branch.
fetchWholeRepository(boolean) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository
Enforces (or not) fetching all remote refs from the repository rather than single branch.
fetchWholeRepository(boolean) - Method in class com.atlassian.bamboo.specs.builders.repository.git.GitRepository
Enforces (or not) fetching all remote refs from the repository rather than single branch.
fetchWholeRepository(boolean) - Method in class com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository
Enforces (or not) fetching all remote refs from the repository rather than single branch.
FieldSetterEmitter<T> - Class in com.atlassian.bamboo.specs.codegen.emitters.fragment
Default code generator for any field of EntityProperties instance.
FieldSetterEmitter(String) - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.fragment.FieldSetterEmitter
 
FieldSetterEmitterFactory - Class in com.atlassian.bamboo.specs.codegen.emitters.fragment
Utility to resolve the best code generator for a field of EntityProperties instance.
fieldSetterEmitterFor(CodeGenerationContext, Class<?>, Field, Object) - Static method in class com.atlassian.bamboo.specs.codegen.emitters.fragment.FieldSetterEmitterFactory
 
fieldsToSkip - Variable in class com.atlassian.bamboo.specs.codegen.emitters.value.EntityPropertiesEmitter
FileAuthenticationProvider - Class in com.atlassian.bamboo.specs.util
Deprecated.
since 7.0.4, use FileTokenCredentials
FileAuthenticationProvider() - Constructor for class com.atlassian.bamboo.specs.util.FileAuthenticationProvider
Deprecated.
 
FileAuthenticationProvider(String) - Constructor for class com.atlassian.bamboo.specs.util.FileAuthenticationProvider
Deprecated.
 
fileFromPath(Path) - Method in class com.atlassian.bamboo.specs.builders.task.ScriptTask
Sets the file path of script to execute.
fileFromPath(String) - Method in class com.atlassian.bamboo.specs.builders.task.ScriptTask
Sets the file path of script to execute.
FileTokenCredentials - Class in com.atlassian.bamboo.specs.util
 
FileTokenCredentials(String) - Constructor for class com.atlassian.bamboo.specs.util.FileTokenCredentials
 
FileUserPasswordCredentials - Class in com.atlassian.bamboo.specs.util
Deprecated.
since 7.1.0, use FileTokenCredentials
FileUserPasswordCredentials() - Constructor for class com.atlassian.bamboo.specs.util.FileUserPasswordCredentials
Deprecated.
 
FileUserPasswordCredentials(String) - Constructor for class com.atlassian.bamboo.specs.util.FileUserPasswordCredentials
Deprecated.
 
FileUtils - Class in com.atlassian.bamboo.specs.util
 
filter(String) - Method in class com.atlassian.bamboo.specs.builders.trigger.TagTrigger
Sets the filter (regular expresion).
findBuilderClass(Class) - Static method in class com.atlassian.bamboo.specs.codegen.BuilderClassProvider
Find a Bamboo Specs builder class producing specific entity.
findEmitterByAnnotation(AnnotatedElement) - Static method in class com.atlassian.bamboo.specs.codegen.emitters.CodeGenerationUtils
Checks if a field or class has a code generator specified by an annotation.
findField(Class<?>, String) - Method in class com.atlassian.bamboo.specs.codegen.emitters.value.EntityPropertiesEmitter
 
FirstFailedJobNotification - Class in com.atlassian.bamboo.specs.builders.notification
Represents a notification which is sent for first job that failed for the plan.
FirstFailedJobNotification() - Constructor for class com.atlassian.bamboo.specs.builders.notification.FirstFailedJobNotification
 
FishEyeRepositoryViewer - Class in com.atlassian.bamboo.specs.builders.repository.viewer
Represents a Fisheye repository viewer.
FishEyeRepositoryViewer() - Constructor for class com.atlassian.bamboo.specs.builders.repository.viewer.FishEyeRepositoryViewer
Specifies a Fisheye viewer.
FishEyeRepositoryViewerProperties - Class in com.atlassian.bamboo.specs.model.repository.viewer
 
FishEyeRepositoryViewerProperties(String, String, String) - Constructor for class com.atlassian.bamboo.specs.model.repository.viewer.FishEyeRepositoryViewerProperties
 
fishEyeUrl(String) - Method in class com.atlassian.bamboo.specs.builders.repository.viewer.FishEyeRepositoryViewer
Sets url of a Fisheye server to be used for link generation.
forDefaultRepository() - Static method in class com.atlassian.bamboo.specs.model.task.CheckoutItemProperties
 
forException(Exception) - Static method in class com.atlassian.bamboo.specs.util.RestTaskResult
 
forResult(Object) - Static method in class com.atlassian.bamboo.specs.util.RestTaskResult
 
fromArtifact(String) - Method in class com.atlassian.bamboo.specs.builders.task.ScpTask
Deprecated.
since Bamboo 6.1.0, use ScpTask.fromArtifact(ArtifactItem)
fromArtifact(Artifact) - Method in class com.atlassian.bamboo.specs.builders.task.ScpTask
Deprecated.
since Bamboo 6.1.0, use ScpTask.fromArtifact(ArtifactItem)
fromArtifact(ArtifactItem) - Method in class com.atlassian.bamboo.specs.builders.task.ScpTask
Artifact to copy.
fromLocalPath(String) - Method in class com.atlassian.bamboo.specs.builders.task.ScpTask
The local path (relative to the Bamboo working directory) to the files you want to copy.
fromLocalPath(String, boolean) - Method in class com.atlassian.bamboo.specs.builders.task.ScpTask
The local path (relative to the Bamboo working directory) to the files you want to copy.

G

generateCode() - Method in interface com.atlassian.bamboo.specs.codegen.BambooSpecsGenerator.CodeSupplier
 
generateFileName(RootEntityPropertiesBuilder<?>, String, AtomicLong) - Static method in class com.atlassian.bamboo.specs.util.YamlFile
 
generateFileName(String, String, AtomicLong) - Static method in class com.atlassian.bamboo.specs.util.YamlFile
 
GenericRepositoryViewer - Class in com.atlassian.bamboo.specs.builders.repository.viewer
Represents a generic viewer.
GenericRepositoryViewer() - Constructor for class com.atlassian.bamboo.specs.builders.repository.viewer.GenericRepositoryViewer
Specifies a generic viewer.
GenericRepositoryViewerProperties - Class in com.atlassian.bamboo.specs.model.repository.viewer
 
GenericRepositoryViewerProperties(String, String) - Constructor for class com.atlassian.bamboo.specs.model.repository.viewer.GenericRepositoryViewerProperties
 
get() - Method in enum com.atlassian.bamboo.specs.util.PrivilegedThreadRegistry
 
getAdditionalArguments() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerBuildImageTaskProperties
 
getAdditionalArguments() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerRunContainerTaskProperties
 
getAlternatePathForTheGlobalSettingsFile() - Method in class com.atlassian.bamboo.specs.model.task.MavenDependenciesProcessorTaskProperties
 
getAlternatePathForTheUserSettingsFile() - Method in class com.atlassian.bamboo.specs.model.task.MavenDependenciesProcessorTaskProperties
 
getApiToken() - Method in class com.atlassian.bamboo.specs.model.notification.HipChatRecipientProperties
 
getArgument() - Method in class com.atlassian.bamboo.specs.model.task.CommandTaskProperties
 
getArgument() - Method in class com.atlassian.bamboo.specs.model.task.ScriptTaskProperties
 
getArguments() - Method in class com.atlassian.bamboo.specs.model.task.MochaRunnerTaskProperties
 
getArguments() - Method in class com.atlassian.bamboo.specs.model.task.NodeTaskProperties
 
getArguments() - Method in class com.atlassian.bamboo.specs.model.task.NodeunitTaskProperties
 
getArtifactBranch() - Method in class com.atlassian.bamboo.specs.model.trigger.ScheduledTriggerProperties
 
getArtifactItem() - Method in class com.atlassian.bamboo.specs.model.task.ScpTaskProperties
 
getArtifactName() - Method in class com.atlassian.bamboo.specs.model.task.ArtifactItemProperties
 
getArtifactName() - Method in class com.atlassian.bamboo.specs.model.task.DownloadItemProperties
 
getArtifactName() - Method in class com.atlassian.bamboo.specs.model.task.ScpTaskProperties
Deprecated.
since 6.1.0, use ScpTaskProperties.getArtifactItem() instead
getArtifacts() - Method in class com.atlassian.bamboo.specs.model.task.ArtifactDownloaderTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.credentials.SshCredentialsProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.credentials.UsernamePasswordCredentialsProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.notification.BuildErrorNotificationProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.notification.EmailRecipientProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.notification.GroupRecipientProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.notification.HipChatRecipientProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.notification.ImRecipientProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.notification.UserRecipientProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.notification.WebhookRecipientProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.notification.XFailedChainsNotificationProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.repository.git.GitRepositoryProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.repository.viewer.FishEyeRepositoryViewerProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.repository.viewer.GenericRepositoryViewerProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.AntTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.ArtifactDownloaderTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.BowerTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.BuildWarningParserTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.CleanWorkingDirectoryTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.CommandTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.docker.AbstractDockerTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.DumpVariablesTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.FastlaneTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.GruntTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.GulpTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.InjectVariablesTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.MavenDependenciesProcessorTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.MavenTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.MochaParserTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.MochaRunnerTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.MsBuildTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.NodeTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.NodeunitTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.NpmTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.NUnitRunnerTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.ScpTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.ScriptTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.SshTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.TestParserTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.VcsBranchTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.VcsCheckoutTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.VcsCommitTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.VcsPushTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.task.VcsTagTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.trigger.AfterSuccessfulBuildPlanTriggerProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.trigger.AfterSuccessfulDeploymentTriggerProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.trigger.AfterSuccessfulStageTriggerProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.trigger.BitbucketServerTriggerProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.trigger.PlansGreenTriggerConditionProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.trigger.RemoteTriggerProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.trigger.RepositoryPollingTriggerProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.trigger.ScheduledTriggerProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.model.trigger.TagTriggerProperties
 
getAuthenticationProperties() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties
 
getAuthenticationProperties() - Method in class com.atlassian.bamboo.specs.model.repository.git.GitRepositoryProperties
 
getAuthenticationProperties() - Method in class com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties
 
getAuthenticationProvider() - Method in class com.atlassian.bamboo.specs.util.RestTaskFactory.RestTask
 
getAuthenticationType() - Method in class com.atlassian.bamboo.specs.model.task.BaseSshTaskProperties
 
getBaseUrl() - Method in class com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties
 
getBaseUrl() - Method in class com.atlassian.bamboo.specs.util.BambooServer
Get base URL for the Bamboo server.
getBody() - Method in class com.atlassian.bamboo.specs.model.task.ScriptTaskProperties
 
getBowerExecutable() - Method in class com.atlassian.bamboo.specs.model.task.BowerTaskProperties
 
getBranch() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties
 
getBranch() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties
 
getBranch() - Method in class com.atlassian.bamboo.specs.model.repository.git.GitRepositoryProperties
 
getBranch() - Method in class com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties
 
getBranchName() - Method in class com.atlassian.bamboo.specs.model.task.VcsBranchTaskProperties
 
getBuildFile() - Method in class com.atlassian.bamboo.specs.model.task.AntTaskProperties
 
getCheckoutAuthenticationProperties() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties
 
getCheckoutItems() - Method in class com.atlassian.bamboo.specs.model.task.VcsCheckoutTaskProperties
 
getClassForName(String) - Method in class com.atlassian.bamboo.specs.util.WhitelistedYamlConstructor
 
getCommand() - Method in class com.atlassian.bamboo.specs.model.task.BowerTaskProperties
 
getCommand() - Method in class com.atlassian.bamboo.specs.model.task.NpmTaskProperties
 
getCommand() - Method in class com.atlassian.bamboo.specs.model.task.SshTaskProperties
 
getCommandLineOptions() - Method in class com.atlassian.bamboo.specs.model.task.NUnitRunnerTaskProperties
 
getCommandTimeout() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties
 
getCommandTimeout() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties
 
getCommandTimeout() - Method in class com.atlassian.bamboo.specs.model.repository.git.GitRepositoryProperties
 
getCommandTimeout() - Method in class com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties
 
getCommitMessage() - Method in class com.atlassian.bamboo.specs.model.task.VcsCommitTaskProperties
 
getConstructor() - Method in interface com.atlassian.bamboo.specs.util.CustomYamlers.CustomYamler
 
getConstructor() - Method in enum com.atlassian.bamboo.specs.util.DurationYamler
 
getContainer() - Method in class com.atlassian.bamboo.specs.model.trigger.ScheduledTriggerProperties
 
getContainerCommand() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerRunContainerTaskProperties
 
getContainerEnvironmentVariables() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerRunContainerTaskProperties
 
getContainerName() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerRunContainerTaskProperties
 
getContainerWorkingDirectory() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerRunContainerTaskProperties
 
getCounter() - Method in class com.atlassian.bamboo.specs.util.YamlFile
 
getCronExpression() - Method in class com.atlassian.bamboo.specs.model.trigger.RepositoryPollingTriggerProperties
 
getCronExpression() - Method in class com.atlassian.bamboo.specs.model.trigger.ScheduledTriggerProperties
 
getDockerfile() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerBuildImageTaskProperties
 
getDockerfileContent() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerBuildImageTaskProperties
 
getEmail() - Method in class com.atlassian.bamboo.specs.model.notification.EmailRecipientProperties
 
getEmail() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerRegistryTaskProperties
 
getEnvironment() - Method in class com.atlassian.bamboo.specs.model.trigger.AfterSuccessfulDeploymentTriggerProperties
 
getEnvironmentVariables() - Method in class com.atlassian.bamboo.specs.model.task.AntTaskProperties
 
getEnvironmentVariables() - Method in class com.atlassian.bamboo.specs.model.task.BaseNodeTaskProperties
 
getEnvironmentVariables() - Method in class com.atlassian.bamboo.specs.model.task.CommandTaskProperties
 
getEnvironmentVariables() - Method in class com.atlassian.bamboo.specs.model.task.docker.AbstractDockerTaskProperties
 
getEnvironmentVariables() - Method in class com.atlassian.bamboo.specs.model.task.FastlaneTaskProperties
 
getEnvironmentVariables() - Method in class com.atlassian.bamboo.specs.model.task.MavenTaskProperties
 
getEnvironmentVariables() - Method in class com.atlassian.bamboo.specs.model.task.MsBuildTaskProperties
 
getEnvironmentVariables() - Method in class com.atlassian.bamboo.specs.model.task.NUnitRunnerTaskProperties
 
getEnvironmentVariables() - Method in class com.atlassian.bamboo.specs.model.task.ScriptTaskProperties
 
getException() - Method in class com.atlassian.bamboo.specs.util.RestTaskResult
 
getExecutable() - Method in class com.atlassian.bamboo.specs.model.task.CommandTaskProperties
 
getExecutable() - Method in class com.atlassian.bamboo.specs.model.task.MsBuildTaskProperties
 
getExecutable() - Method in class com.atlassian.bamboo.specs.model.task.NUnitRunnerTaskProperties
 
getExecutableLabel() - Method in class com.atlassian.bamboo.specs.model.task.AntTaskProperties
 
getExecutableLabel() - Method in class com.atlassian.bamboo.specs.model.task.FastlaneTaskProperties
 
getExecutableLabel() - Method in class com.atlassian.bamboo.specs.model.task.MavenTaskProperties
 
getFailBuildSeverity() - Method in class com.atlassian.bamboo.specs.model.task.BuildWarningParserTaskProperties
 
getFailBuildThreshold() - Method in class com.atlassian.bamboo.specs.model.task.BuildWarningParserTaskProperties
 
getFilePattern() - Method in class com.atlassian.bamboo.specs.model.task.BuildWarningParserTaskProperties
 
getFilter() - Method in class com.atlassian.bamboo.specs.model.trigger.TagTriggerProperties
 
getFishEyeUrl() - Method in class com.atlassian.bamboo.specs.model.repository.viewer.FishEyeRepositoryViewerProperties
 
getGoal() - Method in class com.atlassian.bamboo.specs.model.task.MavenTaskProperties
 
getGroupName() - Method in class com.atlassian.bamboo.specs.model.notification.GroupRecipientProperties
 
getGruntCliExecutable() - Method in class com.atlassian.bamboo.specs.model.task.GruntTaskProperties
 
getGruntfile() - Method in class com.atlassian.bamboo.specs.model.task.GruntTaskProperties
 
getGulpExecutable() - Method in class com.atlassian.bamboo.specs.model.task.GulpTaskProperties
 
getGulpfile() - Method in class com.atlassian.bamboo.specs.model.task.GulpTaskProperties
 
getHashCode() - Method in class com.atlassian.bamboo.specs.util.YamlFile
 
getHost() - Method in class com.atlassian.bamboo.specs.model.task.BaseSshTaskProperties
 
getHostFingerprint() - Method in class com.atlassian.bamboo.specs.model.task.BaseSshTaskProperties
 
getHumanReadableId() - Method in class com.atlassian.bamboo.specs.util.RestTaskFactory.RestTask
 
getId() - Method in class com.atlassian.bamboo.specs.util.YamlFile
 
getImAddress() - Method in class com.atlassian.bamboo.specs.model.notification.ImRecipientProperties
 
getImage() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerRegistryTaskProperties
 
getImageFilename() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerBuildImageTaskProperties
 
getImageName() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerBuildImageTaskProperties
 
getImageName() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerRunContainerTaskProperties
 
getInterpreter() - Method in class com.atlassian.bamboo.specs.model.task.ScriptTaskProperties
 
getJdk() - Method in class com.atlassian.bamboo.specs.model.task.AntTaskProperties
 
getJdk() - Method in class com.atlassian.bamboo.specs.model.task.MavenTaskProperties
 
getKeepAliveIntervalInSec() - Method in class com.atlassian.bamboo.specs.model.task.SshTaskProperties
 
getKey() - Method in class com.atlassian.bamboo.specs.model.credentials.SshCredentialsProperties
 
getKey() - Method in class com.atlassian.bamboo.specs.model.task.BaseSshTaskProperties
 
getLane() - Method in class com.atlassian.bamboo.specs.model.task.FastlaneTaskProperties
 
getLocalPath() - Method in class com.atlassian.bamboo.specs.model.task.ScpTaskProperties
 
getLocation() - Method in class com.atlassian.bamboo.specs.model.task.ScriptTaskProperties
 
getLocation() - Method in class com.atlassian.bamboo.specs.util.YamlFile
 
getLogger(Class<?>) - Static method in class com.atlassian.bamboo.specs.util.Logger
Returns an instance of the logger for the given class.
getMessage() - Method in exception com.atlassian.bamboo.specs.exceptions.BambooSpecsRestRequestException
Error message extracted from HTTP response entity.
getMirror() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties
 
getMochaExecutable() - Method in class com.atlassian.bamboo.specs.model.task.MochaRunnerTaskProperties
 
getModelVersion() - Static method in class com.atlassian.bamboo.specs.util.BambooSpecVersion
 
getName() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerMirrorProperties
 
getNamespace() - Method in class com.atlassian.bamboo.specs.model.task.InjectVariablesTaskProperties
 
getNodeExecutable() - Method in class com.atlassian.bamboo.specs.model.task.BaseNodeTaskProperties
 
getNodeunitExecutable() - Method in class com.atlassian.bamboo.specs.model.task.NodeunitTaskProperties
 
getNumberOfFailures() - Method in class com.atlassian.bamboo.specs.model.notification.XFailedChainsNotificationProperties
 
getNUnitTestFiles() - Method in class com.atlassian.bamboo.specs.model.task.NUnitRunnerTaskProperties
 
getNUnitVersion() - Method in class com.atlassian.bamboo.specs.model.task.NUnitRunnerTaskProperties
 
getOperationType() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerRegistryTaskProperties
 
getOptions() - Method in class com.atlassian.bamboo.specs.model.task.MsBuildTaskProperties
 
getOverrideProjectFile() - Method in class com.atlassian.bamboo.specs.model.task.MavenDependenciesProcessorTaskProperties
 
getParser() - Method in class com.atlassian.bamboo.specs.model.task.BuildWarningParserTaskProperties
 
getPassphrase() - Method in class com.atlassian.bamboo.specs.model.credentials.SshCredentialsProperties
 
getPassphrase() - Method in class com.atlassian.bamboo.specs.model.repository.git.SshPrivateKeyAuthenticationProperties
 
getPassphrase() - Method in class com.atlassian.bamboo.specs.model.task.BaseSshTaskProperties
 
getPassword() - Method in class com.atlassian.bamboo.specs.model.credentials.UsernamePasswordCredentialsProperties
 
getPassword() - Method in class com.atlassian.bamboo.specs.model.repository.git.UserPasswordAuthenticationProperties
 
getPassword() - Method in class com.atlassian.bamboo.specs.model.task.BaseSshTaskProperties
 
getPassword() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerRegistryTaskProperties
 
getPassword() - Method in class com.atlassian.bamboo.specs.util.FileUserPasswordCredentials
Deprecated.
 
getPassword() - Method in class com.atlassian.bamboo.specs.util.SimpleUserPasswordCredentials
Deprecated.
 
getPassword() - Method in interface com.atlassian.bamboo.specs.util.UserPasswordCredentials
Deprecated.
 
getPath() - Method in class com.atlassian.bamboo.specs.model.task.CheckoutItemProperties
 
getPath() - Method in class com.atlassian.bamboo.specs.model.task.DownloadItemProperties
 
getPath() - Method in class com.atlassian.bamboo.specs.model.task.InjectVariablesTaskProperties
 
getPath() - Method in class com.atlassian.bamboo.specs.model.task.ScriptTaskProperties
 
getPathToMavenLocalRepository() - Method in class com.atlassian.bamboo.specs.model.task.MavenDependenciesProcessorTaskProperties
 
getPickUpTestResultsCreatedOutsideOfThisBuild() - Method in class com.atlassian.bamboo.specs.model.task.TestParserTaskProperties
 
getPlans() - Method in class com.atlassian.bamboo.specs.model.trigger.PlansGreenTriggerConditionProperties
 
getPollingPeriod() - Method in class com.atlassian.bamboo.specs.model.trigger.RepositoryPollingTriggerProperties
 
getPollType() - Method in class com.atlassian.bamboo.specs.model.trigger.RepositoryPollingTriggerProperties
 
getPort() - Method in class com.atlassian.bamboo.specs.model.task.BaseSshTaskProperties
 
getPortMappings() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerRunContainerTaskProperties
 
getProjectFile() - Method in class com.atlassian.bamboo.specs.model.task.MavenTaskProperties
 
getProjectFile() - Method in class com.atlassian.bamboo.specs.model.task.MsBuildTaskProperties
 
getProjectKey() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties
 
getPropertyOrThrow(Properties, String, String) - Static method in class com.atlassian.bamboo.specs.util.FileTokenCredentials
 
getRegistryType() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerRegistryTaskProperties
 
getReleaseBranch() - Method in class com.atlassian.bamboo.specs.model.trigger.AfterSuccessfulBuildPlanTriggerProperties
 
getReleaseBranch() - Method in class com.atlassian.bamboo.specs.model.trigger.AfterSuccessfulStageTriggerProperties
 
getRemotePath() - Method in class com.atlassian.bamboo.specs.model.task.ScpTaskProperties
 
getRepository() - Method in class com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties
 
getRepository() - Method in class com.atlassian.bamboo.specs.model.task.BaseVcsTaskProperties
 
getRepository() - Method in class com.atlassian.bamboo.specs.model.task.BuildWarningParserTaskProperties
 
getRepository() - Method in class com.atlassian.bamboo.specs.model.task.CheckoutItemProperties
 
getRepositoryName() - Method in class com.atlassian.bamboo.specs.model.repository.viewer.FishEyeRepositoryViewerProperties
 
getRepositoryPath() - Method in class com.atlassian.bamboo.specs.model.repository.viewer.FishEyeRepositoryViewerProperties
 
getRepositoryPath() - Method in class com.atlassian.bamboo.specs.model.repository.viewer.GenericRepositoryViewerProperties
 
getRepositorySlug() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties
 
getRepositorySlug() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties
 
getRepresenter() - Method in interface com.atlassian.bamboo.specs.util.CustomYamlers.CustomYamler
 
getRepresenter() - Method in enum com.atlassian.bamboo.specs.util.DurationYamler
 
getResponseEntity() - Method in exception com.atlassian.bamboo.specs.exceptions.BambooSpecsRestRequestException
HTTP response entity returned by server.
getRestEndpointUri() - Method in class com.atlassian.bamboo.specs.util.RestTaskFactory.RestTask
 
getResult() - Method in class com.atlassian.bamboo.specs.util.RestTaskResult
 
getResultDirectories() - Method in class com.atlassian.bamboo.specs.model.task.TestParserTaskProperties
 
getResultFilename() - Method in class com.atlassian.bamboo.specs.model.task.NUnitRunnerTaskProperties
 
getRoom() - Method in class com.atlassian.bamboo.specs.model.notification.HipChatRecipientProperties
 
getRootEntity() - Method in class com.atlassian.bamboo.specs.util.BambooSpecProperties
 
getScope() - Method in class com.atlassian.bamboo.specs.model.task.InjectVariablesTaskProperties
 
getScript() - Method in class com.atlassian.bamboo.specs.model.task.NodeTaskProperties
 
getServer() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties
 
getServiceTimeout() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerRunContainerTaskProperties
 
getServiceURLPattern() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerRunContainerTaskProperties
 
getSharedCredentials() - Method in class com.atlassian.bamboo.specs.model.repository.git.SharedCredentialsAuthenticationProperties
 
getSharedCredentialsIdentifier() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerRegistryTaskProperties
 
getSharedCredentialsIdentifierProperties() - Method in class com.atlassian.bamboo.specs.model.task.BaseSshTaskProperties
 
getSourcePlan() - Method in class com.atlassian.bamboo.specs.model.task.ArtifactDownloaderTaskProperties
 
getSourcePlan() - Method in class com.atlassian.bamboo.specs.model.task.ArtifactItemProperties
 
getSpecModelVersion() - Method in class com.atlassian.bamboo.specs.util.BambooSpecProperties
 
getSshCloneUrl() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties
 
getSshPrivateKey() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties
 
getSshPrivateKey() - Method in class com.atlassian.bamboo.specs.model.repository.git.SshPrivateKeyAuthenticationProperties
 
getSshPublicKey() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties
 
getStageName() - Method in class com.atlassian.bamboo.specs.model.trigger.AfterSuccessfulStageTriggerProperties
 
getStatusCode() - Method in exception com.atlassian.bamboo.specs.exceptions.BambooSpecsRestRequestException
HTTP status code returned by server.
getTagName() - Method in class com.atlassian.bamboo.specs.model.task.VcsTagTaskProperties
 
getTarget() - Method in class com.atlassian.bamboo.specs.model.task.AntTaskProperties
 
getTask() - Method in class com.atlassian.bamboo.specs.model.task.GruntTaskProperties
 
getTask() - Method in class com.atlassian.bamboo.specs.model.task.GulpTaskProperties
 
getTestCategoriesToExclude() - Method in class com.atlassian.bamboo.specs.model.task.NUnitRunnerTaskProperties
 
getTestCategoriesToInclude() - Method in class com.atlassian.bamboo.specs.model.task.NUnitRunnerTaskProperties
 
getTestDirectoryOption() - Method in class com.atlassian.bamboo.specs.model.task.MavenTaskProperties
 
getTestFilePattern() - Method in class com.atlassian.bamboo.specs.model.task.MochaParserTaskProperties
 
getTestFilesAndDirectories() - Method in class com.atlassian.bamboo.specs.model.task.MochaRunnerTaskProperties
 
getTestFilesAndDirectories() - Method in class com.atlassian.bamboo.specs.model.task.NodeunitTaskProperties
 
getTestResultsDirectory() - Method in class com.atlassian.bamboo.specs.model.task.AntTaskProperties
 
getTestResultsDirectory() - Method in class com.atlassian.bamboo.specs.model.task.MavenTaskProperties
 
getTestResultsDirectory() - Method in class com.atlassian.bamboo.specs.model.task.NodeunitTaskProperties
 
getTestsToRun() - Method in class com.atlassian.bamboo.specs.model.task.NUnitRunnerTaskProperties
 
getTestType() - Method in class com.atlassian.bamboo.specs.builders.task.TestParserTask
Gets test engine supported by this task.
getTestType() - Method in class com.atlassian.bamboo.specs.model.task.TestParserTaskProperties
 
getThread() - Method in class com.atlassian.bamboo.specs.util.IsolatedExecutor
 
getThread() - Static method in class com.atlassian.bamboo.specs.util.IsolatedYamlizator
 
getToken() - Method in class com.atlassian.bamboo.specs.util.FileTokenCredentials
 
getToken() - Method in class com.atlassian.bamboo.specs.util.SimpleTokenCredentials
 
getToken() - Method in interface com.atlassian.bamboo.specs.util.TokenCredentials
 
getTriggerIPAddresses() - Method in class com.atlassian.bamboo.specs.model.trigger.RemoteTriggerProperties
 
getUrl() - Method in class com.atlassian.bamboo.specs.model.notification.WebhookRecipientProperties
 
getUrl() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerMirrorProperties
 
getUrl() - Method in class com.atlassian.bamboo.specs.model.repository.git.GitRepositoryProperties
 
getUsername() - Method in class com.atlassian.bamboo.specs.model.credentials.UsernamePasswordCredentialsProperties
 
getUserName() - Method in class com.atlassian.bamboo.specs.model.notification.UserRecipientProperties
 
getUsername() - Method in class com.atlassian.bamboo.specs.model.repository.git.UserPasswordAuthenticationProperties
 
getUsername() - Method in class com.atlassian.bamboo.specs.model.task.BaseSshTaskProperties
 
getUsername() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerRegistryTaskProperties
 
getUsername() - Method in class com.atlassian.bamboo.specs.util.FileUserPasswordCredentials
Deprecated.
 
getUsername() - Method in class com.atlassian.bamboo.specs.util.SimpleUserPasswordCredentials
Deprecated.
 
getUsername() - Method in interface com.atlassian.bamboo.specs.util.UserPasswordCredentials
Deprecated.
 
getValidationContext() - Method in class com.atlassian.bamboo.specs.model.task.BaseNodeTaskProperties
 
getValidationContext() - Method in class com.atlassian.bamboo.specs.model.task.BaseVcsTaskProperties
 
getValidationContext() - Method in class com.atlassian.bamboo.specs.model.task.BowerTaskProperties
 
getValidationContext() - Method in class com.atlassian.bamboo.specs.model.task.GruntTaskProperties
 
getValidationContext() - Method in class com.atlassian.bamboo.specs.model.task.GulpTaskProperties
 
getValidationContext() - Method in class com.atlassian.bamboo.specs.model.task.MochaRunnerTaskProperties
 
getValidationContext() - Method in class com.atlassian.bamboo.specs.model.task.NodeTaskProperties
 
getValidationContext() - Method in class com.atlassian.bamboo.specs.model.task.NodeunitTaskProperties
 
getValidationContext() - Method in class com.atlassian.bamboo.specs.model.task.NpmTaskProperties
 
getValidationContext() - Method in class com.atlassian.bamboo.specs.model.task.VcsBranchTaskProperties
 
getValidationContext() - Method in class com.atlassian.bamboo.specs.model.task.VcsCommitTaskProperties
 
getValidationContext() - Method in class com.atlassian.bamboo.specs.model.task.VcsPushTaskProperties
 
getValidationContext() - Method in class com.atlassian.bamboo.specs.model.task.VcsTagTaskProperties
 
getVcsChangeDetection() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties
 
getVcsChangeDetection() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties
 
getVcsChangeDetection() - Method in class com.atlassian.bamboo.specs.model.repository.git.GitRepositoryProperties
 
getVcsChangeDetection() - Method in class com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties
 
getVersion() - Method in class com.atlassian.bamboo.specs.model.task.MavenTaskProperties
 
getViewerUrl() - Method in class com.atlassian.bamboo.specs.model.repository.viewer.GenericRepositoryViewerProperties
 
getVolumeMappings() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerRunContainerTaskProperties
 
getWebhookName() - Method in class com.atlassian.bamboo.specs.model.notification.WebhookRecipientProperties
 
getWorkingSubdirectory() - Method in class com.atlassian.bamboo.specs.model.task.AntTaskProperties
 
getWorkingSubdirectory() - Method in class com.atlassian.bamboo.specs.model.task.BaseNodeTaskProperties
 
getWorkingSubdirectory() - Method in class com.atlassian.bamboo.specs.model.task.BaseVcsTaskProperties
 
getWorkingSubdirectory() - Method in class com.atlassian.bamboo.specs.model.task.CommandTaskProperties
 
getWorkingSubdirectory() - Method in class com.atlassian.bamboo.specs.model.task.docker.AbstractDockerTaskProperties
 
getWorkingSubdirectory() - Method in class com.atlassian.bamboo.specs.model.task.FastlaneTaskProperties
 
getWorkingSubdirectory() - Method in class com.atlassian.bamboo.specs.model.task.MavenDependenciesProcessorTaskProperties
 
getWorkingSubdirectory() - Method in class com.atlassian.bamboo.specs.model.task.MavenTaskProperties
 
getWorkingSubdirectory() - Method in class com.atlassian.bamboo.specs.model.task.MochaParserTaskProperties
 
getWorkingSubdirectory() - Method in class com.atlassian.bamboo.specs.model.task.MsBuildTaskProperties
 
getWorkingSubdirectory() - Method in class com.atlassian.bamboo.specs.model.task.ScriptTaskProperties
 
getYaml() - Static method in class com.atlassian.bamboo.specs.util.Yamlizator
 
getYamledClass() - Method in interface com.atlassian.bamboo.specs.util.CustomYamlers.CustomYamler
 
getYamledClass() - Method in enum com.atlassian.bamboo.specs.util.DurationYamler
 
getYamlString() - Method in class com.atlassian.bamboo.specs.util.RestTaskFactory.RestTask
 
getYamlWithRepositoryIncludes(int, Path) - Static method in class com.atlassian.bamboo.specs.util.Yamlizator
 
GitAuthenticationEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.repository
 
GitAuthenticationEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.repository.GitAuthenticationEmitter
 
GitHubRepository - Class in com.atlassian.bamboo.specs.builders.repository.github
GitHub repository.
GitHubRepository() - Constructor for class com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository
 
GitHubRepositoryProperties - Class in com.atlassian.bamboo.specs.model.repository.github
 
GitHubRepositoryProperties(String, BambooOidProperties, String, String, VcsRepositoryViewerProperties, String, String, AuthenticationProperties, VcsChangeDetectionProperties, boolean, boolean, boolean, boolean, Duration, boolean, boolean, boolean, String) - Constructor for class com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties
 
GitHubRepositoryProperties(String, BambooOidProperties, String, String, VcsRepositoryViewerProperties, String, String, ProjectProperties, AuthenticationProperties, VcsChangeDetectionProperties, boolean, boolean, boolean, boolean, Duration, boolean, boolean, boolean, String) - Constructor for class com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties
 
GitHubRepositoryViewer - Class in com.atlassian.bamboo.specs.builders.repository.viewer
GitHub repository viewer.
GitHubRepositoryViewer() - Constructor for class com.atlassian.bamboo.specs.builders.repository.viewer.GitHubRepositoryViewer
 
GitRepository - Class in com.atlassian.bamboo.specs.builders.repository.git
Represents a git repository in Bamboo.
GitRepository() - Constructor for class com.atlassian.bamboo.specs.builders.repository.git.GitRepository
 
GitRepositoryProperties - Class in com.atlassian.bamboo.specs.model.repository.git
 
GitRepositoryProperties(String, BambooOidProperties, String, String, VcsRepositoryViewerProperties, String, String, AuthenticationProperties, VcsChangeDetectionProperties, boolean, boolean, boolean, boolean, Duration, boolean, boolean, boolean) - Constructor for class com.atlassian.bamboo.specs.model.repository.git.GitRepositoryProperties
 
GitRepositoryProperties(String, BambooOidProperties, String, String, VcsRepositoryViewerProperties, String, String, ProjectProperties, AuthenticationProperties, VcsChangeDetectionProperties, boolean, boolean, boolean, boolean, Duration, boolean, boolean, boolean) - Constructor for class com.atlassian.bamboo.specs.model.repository.git.GitRepositoryProperties
 
goal - Variable in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
goal(String) - Method in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
goal - Variable in class com.atlassian.bamboo.specs.model.task.MavenTaskProperties
 
GroupRecipient - Class in com.atlassian.bamboo.specs.builders.notification
Represents a group Bamboo can send notifications to.
GroupRecipient(String) - Constructor for class com.atlassian.bamboo.specs.builders.notification.GroupRecipient
 
GroupRecipientProperties - Class in com.atlassian.bamboo.specs.model.notification
 
GroupRecipientProperties(String) - Constructor for class com.atlassian.bamboo.specs.model.notification.GroupRecipientProperties
 
gruntCliExecutable(String) - Method in class com.atlassian.bamboo.specs.builders.task.GruntTask
Specify path to the Grunt command line interface (grunt-cli) executable for this task.
gruntfile(String) - Method in class com.atlassian.bamboo.specs.builders.task.GruntTask
Specify path to the gruntfile, relative to the build working directory.
GruntTask - Class in com.atlassian.bamboo.specs.builders.task
Represents Bamboo task which executes Grunt tasks.
GruntTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.GruntTask
 
GruntTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
GruntTaskProperties() - Constructor for class com.atlassian.bamboo.specs.model.task.GruntTaskProperties
 
GruntTaskProperties(String, boolean, String, String, String, String, String, String, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.model.task.GruntTaskProperties
 
gulpExecutable(String) - Method in class com.atlassian.bamboo.specs.builders.task.GulpTask
Specify path to the Gulp executable for this task.
gulpfile(String) - Method in class com.atlassian.bamboo.specs.builders.task.GulpTask
Specify path to the gulpfile, relative to the build working directory.
GulpTask - Class in com.atlassian.bamboo.specs.builders.task
Represents Bamboo task which executes Gulp tasks.
GulpTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.GulpTask
 
GulpTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
GulpTaskProperties() - Constructor for class com.atlassian.bamboo.specs.model.task.GulpTaskProperties
 
GulpTaskProperties(String, boolean, String, String, String, String, String, String, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.model.task.GulpTaskProperties
 

H

hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.AbstractDockerRegistryTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.AbstractDockerTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.AntTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.ArtifactDownloaderTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.BaseNodeTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.BaseSshTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.BaseVcsTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.BowerTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.BuildWarningParserTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.CleanWorkingDirectoryTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.CommandTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.DockerBuildImageTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.DockerPullImageTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.DockerPushImageTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.DockerRunContainerTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.DumpVariablesTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.FastlaneTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.GruntTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.GulpTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.InjectVariablesTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.MavenDependenciesProcessorTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.MochaRunnerTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.MsBuildTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.NodeTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.NodeunitTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.NpmTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.NUnitRunnerTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.ScpTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.ScriptTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.SshTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.TestParserTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.VcsBranchTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.VcsCheckoutTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.VcsCommitTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.VcsPushTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.builders.task.VcsTagTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.codegen.BambooSpecsGenerator.Comment
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.credentials.SshCredentialsProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.credentials.UsernamePasswordCredentialsProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.notification.BuildErrorNotificationProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.notification.EmailRecipientProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.notification.GroupRecipientProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.notification.HipChatRecipientProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.notification.ImRecipientProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.notification.UserRecipientProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.notification.WebhookRecipientProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.notification.XFailedChainsNotificationProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerMirrorProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.repository.git.GitRepositoryProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.repository.git.SharedCredentialsAuthenticationProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.repository.git.SshPrivateKeyAuthenticationProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.repository.git.UserPasswordAuthenticationProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.repository.viewer.FishEyeRepositoryViewerProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.repository.viewer.GenericRepositoryViewerProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.AntTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.ArtifactDownloaderTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.ArtifactItemProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.BaseNodeTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.BaseSshTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.BaseVcsTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.BowerTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.BuildWarningParserTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.CheckoutItemProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.CommandTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.docker.AbstractDockerTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerBuildImageTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerRegistryTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerRunContainerTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.DownloadItemProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.DumpVariablesTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.FastlaneTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.GruntTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.GulpTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.InjectVariablesTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.MavenDependenciesProcessorTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.MavenTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.MochaParserTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.MochaRunnerTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.MsBuildTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.NodeTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.NodeunitTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.NpmTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.NUnitRunnerTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.ScpTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.ScriptTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.SshTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.TestParserTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.VcsBranchTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.VcsCheckoutTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.VcsCommitTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.task.VcsTagTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.trigger.AfterSuccessfulBuildPlanTriggerProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.trigger.AfterSuccessfulDeploymentTriggerProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.trigger.AfterSuccessfulStageTriggerProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.trigger.PlansGreenTriggerConditionProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.trigger.RemoteTriggerProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.trigger.RepositoryPollingTriggerProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.trigger.ScheduledTriggerProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.model.trigger.TagTriggerProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.util.BambooSpecProperties
 
hasPublicConstructor(Class<?>, Class<?>...) - Method in class com.atlassian.bamboo.specs.codegen.emitters.value.EntityPropertiesEmitter
 
hasTests(boolean) - Method in class com.atlassian.bamboo.specs.builders.task.AntTask
Specifies if given task produces tests.
hasTests - Variable in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
hasTests(boolean) - Method in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
hasTests - Variable in class com.atlassian.bamboo.specs.model.task.AntTaskProperties
 
hasTests - Variable in class com.atlassian.bamboo.specs.model.task.MavenTaskProperties
 
HgServeRepositoryViewer - Class in com.atlassian.bamboo.specs.builders.repository.viewer
Represents viewer that generates links to default hg repository browser service (a.k.a hg serve).
HgServeRepositoryViewer() - Constructor for class com.atlassian.bamboo.specs.builders.repository.viewer.HgServeRepositoryViewer
 
hintLogLevel(Logger, Logger.LogLevel) - Static method in class com.atlassian.bamboo.specs.util.LogUtils
Logs a hint to enable more detailed logging to obtain additional information.
HipChatRecipient - Class in com.atlassian.bamboo.specs.builders.notification
Represents Hipchat account Bamboo can send notifications to.
HipChatRecipient() - Constructor for class com.atlassian.bamboo.specs.builders.notification.HipChatRecipient
 
HipChatRecipientProperties - Class in com.atlassian.bamboo.specs.model.notification
 
HipChatRecipientProperties(String, String, boolean) - Constructor for class com.atlassian.bamboo.specs.model.notification.HipChatRecipientProperties
 
host - Variable in class com.atlassian.bamboo.specs.builders.task.BaseSshTask
 
host(String) - Method in class com.atlassian.bamboo.specs.builders.task.BaseSshTask
Hostname or IP address of the remote host.
hostFingerprint - Variable in class com.atlassian.bamboo.specs.builders.task.BaseSshTask
 
hostFingerprint(String) - Method in class com.atlassian.bamboo.specs.builders.task.BaseSshTask
Set public key fingerprint.

I

image - Variable in class com.atlassian.bamboo.specs.builders.task.AbstractDockerRegistryTask
 
imageFilename(String) - Method in class com.atlassian.bamboo.specs.builders.task.DockerBuildImageTask
Specifies name of the file to which image will be saved.
imageName(String) - Method in class com.atlassian.bamboo.specs.builders.task.DockerBuildImageTask
Sets the image name.
imageName(String) - Method in class com.atlassian.bamboo.specs.builders.task.DockerRunContainerTask
Specifies image name to run.
ImRecipient - Class in com.atlassian.bamboo.specs.builders.notification
Represents IM account Bamboo can send notifications to.
ImRecipient(String) - Constructor for class com.atlassian.bamboo.specs.builders.notification.ImRecipient
 
ImRecipientProperties - Class in com.atlassian.bamboo.specs.model.notification
 
ImRecipientProperties(String) - Constructor for class com.atlassian.bamboo.specs.model.notification.ImRecipientProperties
 
info(String, Object...) - Method in class com.atlassian.bamboo.specs.util.Logger
Logs the given message at Logger.LogLevel.INFO level.
info(Throwable) - Method in class com.atlassian.bamboo.specs.util.Logger
Logs the given throwable at Logger.LogLevel.INFO level.
info(Throwable, String, Object...) - Method in class com.atlassian.bamboo.specs.util.Logger
Logs the given throwable and message at Logger.LogLevel.INFO level.
initBuilderClass(PlanIdentifierProperties) - Method in class com.atlassian.bamboo.specs.codegen.emitters.plan.PlanIdentifierEmitter
 
initBuilderClass(T) - Method in class com.atlassian.bamboo.specs.codegen.emitters.value.EntityPropertiesEmitter
Default method of finding EntityPropertiesEmitter.builderClass.
InjectVariablesScope - Enum in com.atlassian.bamboo.specs.model.task
Possible scope of variables.
InjectVariablesTask - Class in com.atlassian.bamboo.specs.builders.task
Represents a task that injects Bamboo variables from a file in a simple "key=value" format.
InjectVariablesTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.InjectVariablesTask
 
InjectVariablesTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
InjectVariablesTaskProperties() - Constructor for class com.atlassian.bamboo.specs.model.task.InjectVariablesTaskProperties
 
InjectVariablesTaskProperties(String, boolean, String, String, InjectVariablesScope, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.model.task.InjectVariablesTaskProperties
 
inlineBody(String) - Method in class com.atlassian.bamboo.specs.builders.task.ScriptTask
Sets body of the script to execute.
inlineBodyFromPath(Path) - Method in class com.atlassian.bamboo.specs.builders.task.ScriptTask
Sets body of the script to execute from a file.
InternetAddressValidator - Class in com.atlassian.bamboo.specs.validators.common
 
interpreter(ScriptTaskProperties.Interpreter) - Method in class com.atlassian.bamboo.specs.builders.task.ScriptTask
Selects interpreter that will run the script.
interpreterBinSh() - Method in class com.atlassian.bamboo.specs.builders.task.ScriptTask
Specifies that script will be run by /bin/sh.
interpreterCmdExe() - Method in class com.atlassian.bamboo.specs.builders.task.ScriptTask
Selects that script should be run by cmd.exe.
interpreterShell() - Method in class com.atlassian.bamboo.specs.builders.task.ScriptTask
Specifies that script will be run by an interpreter chosen based on the shebang line of the script.
interpreterWindowsPowerShell() - Method in class com.atlassian.bamboo.specs.builders.task.ScriptTask
Specifies that script will be run by Windows PowerShell.
isAllArtifacts() - Method in class com.atlassian.bamboo.specs.model.task.ArtifactItemProperties
 
isAllArtifacts() - Method in class com.atlassian.bamboo.specs.model.task.DownloadItemProperties
 
isAssociateWithRepository() - Method in class com.atlassian.bamboo.specs.model.task.BuildWarningParserTaskProperties
 
isCheckingIfTagIsInBranch() - Method in class com.atlassian.bamboo.specs.model.trigger.TagTriggerProperties
 
isCleanCheckout() - Method in class com.atlassian.bamboo.specs.model.task.VcsCheckoutTaskProperties
 
isDebugEnabled() - Method in class com.atlassian.bamboo.specs.util.Logger
Returns true if logging at Logger.LogLevel.DEBUG is enabled.
isDefaultRepository() - Method in class com.atlassian.bamboo.specs.model.task.BaseVcsTaskProperties
 
isDefaultRepository() - Method in class com.atlassian.bamboo.specs.model.task.BuildWarningParserTaskProperties
 
isDefaultRepository() - Method in class com.atlassian.bamboo.specs.model.task.CheckoutItemProperties
 
isDetachedContainer() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerRunContainerTaskProperties
 
isEmptyField(Object) - Static method in class com.atlassian.bamboo.specs.codegen.emitters.CodeGenerationUtils
Checks if value is empty.
isFailBuild() - Method in class com.atlassian.bamboo.specs.model.task.BuildWarningParserTaskProperties
 
isFetchWholeRepository() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties
 
isFetchWholeRepository() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties
 
isFetchWholeRepository() - Method in class com.atlassian.bamboo.specs.model.repository.git.GitRepositoryProperties
 
isFetchWholeRepository() - Method in class com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties
 
isFirstOccurrenceOnly() - Method in class com.atlassian.bamboo.specs.model.notification.BuildErrorNotificationProperties
 
isHasTests() - Method in class com.atlassian.bamboo.specs.model.task.AntTaskProperties
 
isHasTests() - Method in class com.atlassian.bamboo.specs.model.task.MavenTaskProperties
 
isInfoEnabled() - Method in class com.atlassian.bamboo.specs.util.Logger
Returns true if logging at Logger.LogLevel.INFO is enabled.
isLinkToDetachedContainers() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerRunContainerTaskProperties
 
isLocalPathAntStyle() - Method in class com.atlassian.bamboo.specs.model.task.ScpTaskProperties
 
isNotifyUsers() - Method in class com.atlassian.bamboo.specs.model.notification.HipChatRecipientProperties
 
IsolatedExecutor<T,R> - Class in com.atlassian.bamboo.specs.util
 
IsolatedExecutor(Function<T, R>, String) - Constructor for class com.atlassian.bamboo.specs.util.IsolatedExecutor
 
IsolatedYamlizator - Class in com.atlassian.bamboo.specs.util
 
isParseTestResults() - Method in class com.atlassian.bamboo.specs.model.task.MochaRunnerTaskProperties
 
isParseTestResults() - Method in class com.atlassian.bamboo.specs.model.task.NodeunitTaskProperties
 
isPickUpTestResultsCreatedOutsideOfThisBuild() - Method in class com.atlassian.bamboo.specs.model.task.MochaParserTaskProperties
 
isSaveAsFile() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerBuildImageTaskProperties
 
isSshKeyAppliesToSubmodules() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties
 
isSshKeyAppliesToSubmodules() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties
 
isSshKeyAppliesToSubmodules() - Method in class com.atlassian.bamboo.specs.model.repository.git.GitRepositoryProperties
 
isSshKeyAppliesToSubmodules() - Method in class com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties
 
isTraceEnabled() - Method in class com.atlassian.bamboo.specs.util.Logger
Returns true if logging at Logger.LogLevel.TRACE is enabled.
isUseCache() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerBuildImageTaskProperties
 
isUseIsolatedCache() - Method in class com.atlassian.bamboo.specs.model.task.NpmTaskProperties
 
isUseLfs() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties
 
isUseLfs() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties
 
isUseLfs() - Method in class com.atlassian.bamboo.specs.model.repository.git.GitRepositoryProperties
 
isUseLfs() - Method in class com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties
 
isUseMavenReturnCode() - Method in class com.atlassian.bamboo.specs.model.task.MavenTaskProperties
 
isUseRemoteAgentCache() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties
 
isUseRemoteAgentCache() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties
 
isUseRemoteAgentCache() - Method in class com.atlassian.bamboo.specs.model.repository.git.GitRepositoryProperties
 
isUseRemoteAgentCache() - Method in class com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties
 
isUseShallowClones() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties
 
isUseShallowClones() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties
 
isUseShallowClones() - Method in class com.atlassian.bamboo.specs.model.repository.git.GitRepositoryProperties
 
isUseShallowClones() - Method in class com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties
 
isUseSubmodules() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties
 
isUseSubmodules() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties
 
isUseSubmodules() - Method in class com.atlassian.bamboo.specs.model.repository.git.GitRepositoryProperties
 
isUseSubmodules() - Method in class com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties
 
isVerboseLogs() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties
 
isVerboseLogs() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties
 
isVerboseLogs() - Method in class com.atlassian.bamboo.specs.model.repository.git.GitRepositoryProperties
 
isVerboseLogs() - Method in class com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties
 
isWaitToStart() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerRunContainerTaskProperties
 

J

jdk(String) - Method in class com.atlassian.bamboo.specs.builders.task.AntTask
Specifies which JDK to use.
jdk - Variable in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
jdk(String) - Method in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
jdk - Variable in class com.atlassian.bamboo.specs.model.task.AntTaskProperties
 
jdk - Variable in class com.atlassian.bamboo.specs.model.task.MavenTaskProperties
 
JobCompletedNotification - Class in com.atlassian.bamboo.specs.builders.notification
Represents a notification which is sent for every job that completes.
JobCompletedNotification() - Constructor for class com.atlassian.bamboo.specs.builders.notification.JobCompletedNotification
 
JobFailedNotification - Class in com.atlassian.bamboo.specs.builders.notification
Defines notification which is sent for every job that failed and the first run which fixes it.
JobFailedNotification() - Constructor for class com.atlassian.bamboo.specs.builders.notification.JobFailedNotification
 
JobHungNotification - Class in com.atlassian.bamboo.specs.builders.notification
Represents a notification which is sent when any job has hung while building.
JobHungNotification() - Constructor for class com.atlassian.bamboo.specs.builders.notification.JobHungNotification
 
JobStatusChangedNotification - Class in com.atlassian.bamboo.specs.builders.notification
Represents a notification which is sent every time a job status is changing.
JobStatusChangedNotification() - Constructor for class com.atlassian.bamboo.specs.builders.notification.JobStatusChangedNotification
 
JobTimeoutNotification - Class in com.atlassian.bamboo.specs.builders.notification
Represents a notification which is sent for every job which has been stuck in a queue over a given threshold.
JobTimeoutNotification() - Constructor for class com.atlassian.bamboo.specs.builders.notification.JobTimeoutNotification
 
JobWithoutAgentNotification - Class in com.atlassian.bamboo.specs.builders.notification
Represent a notification which is sent when a job gets queued without an agent being able to build it.
JobWithoutAgentNotification() - Constructor for class com.atlassian.bamboo.specs.builders.notification.JobWithoutAgentNotification
 

K

keepAliveInterval - Variable in class com.atlassian.bamboo.specs.builders.task.SshTask
 
keepAliveInterval(Duration) - Method in class com.atlassian.bamboo.specs.builders.task.SshTask
Sets the SSH keep alive interval.
keepAliveIntervalInSeconds(int) - Method in class com.atlassian.bamboo.specs.builders.task.SshTask
Sets the SSH keep alive interval in seconds.
key - Variable in class com.atlassian.bamboo.specs.builders.task.BaseSshTask
 

L

label - Variable in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
lane(String) - Method in class com.atlassian.bamboo.specs.builders.task.FastlaneTask
Fastlane lane which should be executed.
lfsEnabled(boolean) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository
Enables/disables git lfs support.
lfsEnabled(boolean) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository
Enables/disables git lfs support.
lfsEnabled(boolean) - Method in class com.atlassian.bamboo.specs.builders.repository.git.GitRepository
Enables/disables git lfs support.
lfsEnabled(boolean) - Method in class com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository
Enables/disables git lfs support.
linkToDetachedContainers(boolean) - Method in class com.atlassian.bamboo.specs.builders.task.DockerRunContainerTask
Determines whether this container should be linked to other containers which were defined prior to this one via DockerRunContainerTask within the same job.
LiteralEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.value
Generates code for simple Java types.
LiteralEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.value.LiteralEmitter
 
loadProperties(String) - Static method in class com.atlassian.bamboo.specs.util.FileTokenCredentials
 
location(ScriptTaskProperties.Location) - Method in class com.atlassian.bamboo.specs.builders.task.ScriptTask
Specifies the source of script to run.
log(Logger.LogLevel, String, Object...) - Method in class com.atlassian.bamboo.specs.util.Logger
Logs the given message at logLevel.
log(Logger.LogLevel, Throwable) - Method in class com.atlassian.bamboo.specs.util.Logger
Logs the given throwable at logLevel level.
log(Logger.LogLevel, Throwable, String, Object...) - Method in class com.atlassian.bamboo.specs.util.Logger
Logs the given throwable and message at logLevel.
LOG_HIDE_DATE - Static variable in class com.atlassian.bamboo.specs.util.Logger
Name of system property which will indicate if date should be hidden in the log.
LOG_LEVEL - Static variable in class com.atlassian.bamboo.specs.util.Logger
Current log level.
LOG_LEVEL_PROPERTY - Static variable in class com.atlassian.bamboo.specs.util.Logger
Name of system property which will indicate logging level.
Logger - Class in com.atlassian.bamboo.specs.util
Simple utility for logging to System.out at various log levels.
Logger.LogLevel - Enum in com.atlassian.bamboo.specs.util
Available levels of logging.
LogUtils - Class in com.atlassian.bamboo.specs.util
 

M

main(String...) - Static method in class com.atlassian.bamboo.specs.codegen.BambooSpecsGenerator
 
MapBuilder<K,V> - Class in com.atlassian.bamboo.specs.util
 
MapBuilder() - Constructor for class com.atlassian.bamboo.specs.util.MapBuilder
 
MapEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.value
Generates code creating a Map.
MapEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.value.MapEmitter
 
MAVEN_V2 - Static variable in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
MAVEN_V3 - Static variable in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
MavenDependenciesProcessorTask - Class in com.atlassian.bamboo.specs.builders.task
Automatically update Plan dependencies by analysing the Maven pom file with every build.
MavenDependenciesProcessorTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.MavenDependenciesProcessorTask
 
MavenDependenciesProcessorTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
MavenDependenciesProcessorTaskProperties() - Constructor for class com.atlassian.bamboo.specs.model.task.MavenDependenciesProcessorTaskProperties
 
MavenDependenciesProcessorTaskProperties(String, boolean, String, String, String, String, String, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.model.task.MavenDependenciesProcessorTaskProperties
 
MavenTask - Class in com.atlassian.bamboo.specs.builders.task
Maven 2/3 build task builder.
MavenTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.MavenTask
 
MavenTask.TestDirectoryOption - Enum in com.atlassian.bamboo.specs.builders.task
 
MavenTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
MavenTaskProperties(String, boolean, String, String, String, String, String, boolean, MavenTask.TestDirectoryOption, String, String, boolean, int, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.model.task.MavenTaskProperties
 
MavenVersionEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.task
 
MavenVersionEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.task.MavenVersionEmitter
 
methodName - Variable in class com.atlassian.bamboo.specs.codegen.emitters.fragment.FieldSetterEmitter
 
mirror(BitbucketServerMirror) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository
Sets mirror to be used for cloning repository.
mochaExecutable(String) - Method in class com.atlassian.bamboo.specs.builders.task.MochaRunnerTask
Specify path to the Mocha executable for this task.
MochaParserTask - Class in com.atlassian.bamboo.specs.builders.task
Deprecated.
MochaParserTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.MochaParserTask
Deprecated.
 
MochaParserTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
MochaParserTaskProperties() - Constructor for class com.atlassian.bamboo.specs.model.task.MochaParserTaskProperties
 
MochaParserTaskProperties(String, boolean, String, String, boolean, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.model.task.MochaParserTaskProperties
 
MochaRunnerTask - Class in com.atlassian.bamboo.specs.builders.task
Runs Mocha tests using 'mocha-bamboo-reporter'.
MochaRunnerTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.MochaRunnerTask
 
MochaRunnerTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
MochaRunnerTaskProperties() - Constructor for class com.atlassian.bamboo.specs.model.task.MochaRunnerTaskProperties
 
MochaRunnerTaskProperties(String, boolean, String, String, String, String, String, boolean, String, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.model.task.MochaRunnerTaskProperties
 
MODULE_KEY - Static variable in class com.atlassian.bamboo.specs.model.task.docker.AbstractDockerTaskProperties
 
MODULE_KEY - Static variable in class com.atlassian.bamboo.specs.model.trigger.AfterSuccessfulBuildPlanTriggerProperties
 
MODULE_KEY - Static variable in class com.atlassian.bamboo.specs.model.trigger.AfterSuccessfulDeploymentTriggerProperties
 
MODULE_KEY - Static variable in class com.atlassian.bamboo.specs.model.trigger.AfterSuccessfulStageTriggerProperties
 
MODULE_KEY - Static variable in class com.atlassian.bamboo.specs.model.trigger.RemoteTriggerProperties
 
MODULE_KEY - Static variable in class com.atlassian.bamboo.specs.model.trigger.RepositoryPollingTriggerProperties
 
MODULE_KEY - Static variable in class com.atlassian.bamboo.specs.model.trigger.ScheduledTriggerProperties
 
MODULE_KEY - Static variable in class com.atlassian.bamboo.specs.model.trigger.TagTriggerProperties
 
MsBuildTask - Class in com.atlassian.bamboo.specs.builders.task
Represents task that runs MSBuild command.
MsBuildTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.MsBuildTask
 
MsBuildTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
MsBuildTaskProperties(String, boolean, String, String, String, String, String, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.model.task.MsBuildTaskProperties
 

N

name(String) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerMirror
Name of the mirror as displayed in the web interface.
NAME - Static variable in class com.atlassian.bamboo.specs.model.trigger.AfterSuccessfulBuildPlanTriggerProperties
 
NAME - Static variable in class com.atlassian.bamboo.specs.model.trigger.AfterSuccessfulDeploymentTriggerProperties
 
NAME - Static variable in class com.atlassian.bamboo.specs.model.trigger.AfterSuccessfulStageTriggerProperties
 
NAME - Static variable in class com.atlassian.bamboo.specs.model.trigger.RemoteTriggerProperties
 
NAME - Static variable in class com.atlassian.bamboo.specs.model.trigger.TagTriggerProperties
 
namespace(String) - Method in class com.atlassian.bamboo.specs.builders.task.InjectVariablesTask
Specifies namespace to avoid name conflicts with existing variables.
NoArgCallEmitter<T> - Class in com.atlassian.bamboo.specs.codegen.emitters.fragment
 
NoArgCallEmitter(String) - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.fragment.NoArgCallEmitter
 
nodeExecutable - Variable in class com.atlassian.bamboo.specs.builders.task.BaseNodeTask
 
nodeExecutable(String) - Method in class com.atlassian.bamboo.specs.builders.task.BaseNodeTask
Sets which Node.js executable to use.
NodeTask - Class in com.atlassian.bamboo.specs.builders.task
Represents a generic task that executes a Node.js script.
NodeTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.NodeTask
 
NodeTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
NodeTaskProperties() - Constructor for class com.atlassian.bamboo.specs.model.task.NodeTaskProperties
 
NodeTaskProperties(String, boolean, String, String, String, String, String, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.model.task.NodeTaskProperties
 
nodeunitExecutable(String) - Method in class com.atlassian.bamboo.specs.builders.task.NodeunitTask
Specify path to Nodeunit executable for this task.
NodeunitTask - Class in com.atlassian.bamboo.specs.builders.task
Runs Nodeunit tests.
NodeunitTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.NodeunitTask
 
NodeunitTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
NodeunitTaskProperties() - Constructor for class com.atlassian.bamboo.specs.model.task.NodeunitTaskProperties
 
NodeunitTaskProperties(String, boolean, String, String, String, String, String, String, boolean, String, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.model.task.NodeunitTaskProperties
 
noRepository() - Method in class com.atlassian.bamboo.specs.builders.task.BuildWarningParserTask
Remove association with source repository.
NotificationStrategyEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.plan.branches
 
NotificationStrategyEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.plan.branches.NotificationStrategyEmitter
 
notifyUsers(boolean) - Method in class com.atlassian.bamboo.specs.builders.notification.HipChatRecipient
Specifies if Hipchat should notify its users when new notification appears in the Hipchat room.
NpmTask - Class in com.atlassian.bamboo.specs.builders.task
Represents task that executes an npm command.
NpmTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.NpmTask
 
NpmTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
NpmTaskProperties() - Constructor for class com.atlassian.bamboo.specs.model.task.NpmTaskProperties
 
NpmTaskProperties(String, boolean, String, String, String, String, boolean, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.model.task.NpmTaskProperties
 
numberOfFailures(int) - Method in class com.atlassian.bamboo.specs.builders.notification.XFailedChainsNotification
Specifies how many consecutive failures should trigger the notification.
NUnitRunnerTask - Class in com.atlassian.bamboo.specs.builders.task
Executes, parses and displays NUnit test results.
NUnitRunnerTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.NUnitRunnerTask
 
NUnitRunnerTask.NUnitVersion - Enum in com.atlassian.bamboo.specs.builders.task
 
NUnitRunnerTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
NUnitRunnerTaskProperties(String, boolean, String, NUnitRunnerTask.NUnitVersion, String, String, List<String>, List<String>, List<String>, String, String, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.model.task.NUnitRunnerTaskProperties
 
nUnitTestFiles(String) - Method in class com.atlassian.bamboo.specs.builders.task.NUnitRunnerTask
Specify an assembly (.dll), Visual Studio project (.csproj), or NUnit Test Suite (.nunit) to test.
nUnitVersion2() - Method in class com.atlassian.bamboo.specs.builders.task.NUnitRunnerTask
Sets the version of NUnit corresponding for the provided label.
nUnitVersion3() - Method in class com.atlassian.bamboo.specs.builders.task.NUnitRunnerTask
Sets the version of NUnit corresponding for the provided label.
NUnitVersionEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.task
 
NUnitVersionEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.task.NUnitVersionEmitter
 

O

options(String) - Method in class com.atlassian.bamboo.specs.builders.task.MsBuildTask
Specifies command line argument to be passed when command is executed.
overrideProjectFile(String) - Method in class com.atlassian.bamboo.specs.builders.task.MavenDependenciesProcessorTask
Path to the project file, relative to the working subdirectory.

P

parse(Path) - Static method in class com.atlassian.bamboo.specs.util.YamlFile
 
parseArtifactItemString(String) - Static method in class com.atlassian.bamboo.specs.builders.task.ScpTask
Convert a full artifact name "PROJECT-PLAN: artifact" or a short artifact name "artifact" into an ArtifactItem.
parseFiles(String) - Method in class com.atlassian.bamboo.specs.builders.task.BuildWarningParserTask
Instruments the task to parse files matching a pattern for warnings.
parseLogs() - Method in class com.atlassian.bamboo.specs.builders.task.BuildWarningParserTask
Instruments the task to parse build log for warnings.
parser(String) - Method in class com.atlassian.bamboo.specs.builders.task.BuildWarningParserTask
Sets the parser.
parseTestResults(boolean) - Method in class com.atlassian.bamboo.specs.builders.task.MochaRunnerTask
Whether this task should parse test results produced by Mocha.
parseTestResults(boolean) - Method in class com.atlassian.bamboo.specs.builders.task.NodeunitTask
Whether this task should parse test results produced by Nodeunit.
passphrase(String) - Method in class com.atlassian.bamboo.specs.builders.credentials.SshCredentials
Set passphrase to use to access SSH private key.
passphrase(String) - Method in class com.atlassian.bamboo.specs.builders.repository.git.SshPrivateKeyAuthentication
Sets passphrase for the private key.
passphrase - Variable in class com.atlassian.bamboo.specs.builders.task.BaseSshTask
 
password(String) - Method in class com.atlassian.bamboo.specs.builders.credentials.UsernamePasswordCredentials
Set password.
password(String) - Method in class com.atlassian.bamboo.specs.builders.repository.git.UserPasswordAuthentication
Sets password to a git server.
password - Variable in class com.atlassian.bamboo.specs.builders.task.AbstractDockerRegistryTask
 
password - Variable in class com.atlassian.bamboo.specs.builders.task.BaseSshTask
 
PASSWORD_PROPERTY - Static variable in class com.atlassian.bamboo.specs.util.FileUserPasswordCredentials
Deprecated.
 
path(String) - Method in class com.atlassian.bamboo.specs.builders.task.CheckoutItem
Sets the path the repository should be checked out to.
path(String) - Method in class com.atlassian.bamboo.specs.builders.task.DownloadItem
Specifies the path artifact should be downloaded to.
path(String) - Method in class com.atlassian.bamboo.specs.builders.task.InjectVariablesTask
Specifies path to properties file.
pathToMavenLocalRepository(String) - Method in class com.atlassian.bamboo.specs.builders.task.MavenDependenciesProcessorTask
Specify alternative location for Maven local repository.
PermissionPropertiesEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.permission
 
PermissionPropertiesEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.permission.PermissionPropertiesEmitter
 
pickUpTestResultsCreatedOutsideOfThisBuild(boolean) - Method in class com.atlassian.bamboo.specs.builders.task.MochaParserTask
Deprecated.
When set to true, files created before the current build was started will be analyzed as valid tests results.
pickUpTestResultsCreatedOutsideOfThisBuild(Boolean) - Method in class com.atlassian.bamboo.specs.builders.task.TestParserTask
Allows/disallows the task to scan test result files created before start time of the build.
PlanCompletedNotification - Class in com.atlassian.bamboo.specs.builders.notification
Represents a notification sent for fully completed plan.
PlanCompletedNotification() - Constructor for class com.atlassian.bamboo.specs.builders.notification.PlanCompletedNotification
 
PlanFailedNotification - Class in com.atlassian.bamboo.specs.builders.notification
Represents a notification sent for failed plan build.
PlanFailedNotification() - Constructor for class com.atlassian.bamboo.specs.builders.notification.PlanFailedNotification
 
PlanForceStopBuildEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.plan
 
PlanForceStopBuildEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.plan.PlanForceStopBuildEmitter
 
PlanIdentifierEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.plan
 
PlanIdentifierEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.plan.PlanIdentifierEmitter
 
PlanLabelsEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.plan
 
PlanLabelsEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.plan.PlanLabelsEmitter
 
PlanRepositoriesEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.plan
 
PlanRepositoriesEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.plan.PlanRepositoriesEmitter
 
plans(PlanIdentifier...) - Method in class com.atlassian.bamboo.specs.builders.trigger.PlansGreenTriggerCondition
 
PlansGreenTriggerCondition - Class in com.atlassian.bamboo.specs.builders.trigger
 
PlansGreenTriggerCondition() - Constructor for class com.atlassian.bamboo.specs.builders.trigger.PlansGreenTriggerCondition
 
PlansGreenTriggerConditionProperties - Class in com.atlassian.bamboo.specs.model.trigger
 
PlansGreenTriggerConditionProperties(Set<PlanIdentifierProperties>) - Constructor for class com.atlassian.bamboo.specs.model.trigger.PlansGreenTriggerConditionProperties
 
PlanStatusChangedNotification - Class in com.atlassian.bamboo.specs.builders.notification
Represents a notification sent when status of a plan changes.
PlanStatusChangedNotification() - Constructor for class com.atlassian.bamboo.specs.builders.notification.PlanStatusChangedNotification
 
pollEvery(int, TimeUnit) - Method in class com.atlassian.bamboo.specs.builders.trigger.RepositoryPollingTrigger
Specifies how often (in TimeUnit) Bamboo should check the repository for changes.
pollMonthly(LocalTime, int) - Method in class com.atlassian.bamboo.specs.builders.trigger.RepositoryPollingTrigger
Orders Bamboo to check repository for changes once monthly at specified day of month and time.
pollOnceDaily(LocalTime) - Method in class com.atlassian.bamboo.specs.builders.trigger.RepositoryPollingTrigger
Orders Bamboo to check repository for changes once daily at specified time.
pollWeekly(LocalTime, DayOfWeek...) - Method in class com.atlassian.bamboo.specs.builders.trigger.RepositoryPollingTrigger
Orders Bamboo to check repository for changes weekly at specified days of week and time.
pollWeekly(LocalTime, Collection<DayOfWeek>) - Method in class com.atlassian.bamboo.specs.builders.trigger.RepositoryPollingTrigger
Orders Bamboo to check repository for changes weekly at specified days of week and time.
pollWithCronExpression(String) - Method in class com.atlassian.bamboo.specs.builders.trigger.RepositoryPollingTrigger
Orders Bamboo to check repository for changes based on given cron expression.
port - Variable in class com.atlassian.bamboo.specs.builders.task.BaseSshTask
 
port(int) - Method in class com.atlassian.bamboo.specs.builders.task.BaseSshTask
Set the port number of the remote host that is used for the SSH connection.
portDefault() - Method in class com.atlassian.bamboo.specs.builders.task.BaseSshTask
Set the port number of the remote host to the default value (22).
post(URI, AuthenticationProvider, String) - Method in class com.atlassian.bamboo.specs.util.RestHelper
 
privateKey(String) - Method in class com.atlassian.bamboo.specs.builders.credentials.SshCredentials
Set SSH private key.
PrivilegedThreadRegistry - Enum in com.atlassian.bamboo.specs.util
Used by specs runner to get a reference to the yamlizator thread.
projectFile - Variable in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
projectFile(String) - Method in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
projectFile(String) - Method in class com.atlassian.bamboo.specs.builders.task.MsBuildTask
Specifies the solution, project file or MSBuild project to execute when this Job Builds.
projectFile - Variable in class com.atlassian.bamboo.specs.model.task.MavenTaskProperties
 
projectKey(String) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository
Sets key of Bitbucket Server's project which repository belongs to.
publish(RootEntityPropertiesBuilder) - Method in class com.atlassian.bamboo.specs.util.BambooServer
Publishes the given entity to Bamboo server.
put(K, V) - Method in class com.atlassian.bamboo.specs.util.MapBuilder
Puts value to the map.
put(URI, AuthenticationProvider, String) - Method in class com.atlassian.bamboo.specs.util.RestHelper
 
put(RestTaskFactory.RestTask) - Static method in class com.atlassian.bamboo.specs.util.SendQueue
 
put(T) - Method in class com.atlassian.bamboo.specs.util.SetBuilder
 

R

readFileContent(Path, String, String) - Static method in class com.atlassian.bamboo.specs.util.FileUtils
Read file content.
readFileToString(Path) - Static method in class com.atlassian.bamboo.specs.util.FileUtils
 
registryType - Variable in class com.atlassian.bamboo.specs.builders.task.AbstractDockerRegistryTask
 
remoteAgentCacheEnabled(boolean) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository
Enables/disables caching repository content on the remote and elastic agents.
remoteAgentCacheEnabled(boolean) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository
Enables/disables caching repository content on the remote and elastic agents.
remoteAgentCacheEnabled(boolean) - Method in class com.atlassian.bamboo.specs.builders.repository.git.GitRepository
Enables/disables caching repository content on the remote and elastic agents.
remoteAgentCacheEnabled(boolean) - Method in class com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository
Enables/disables caching repository content on the remote and elastic agents.
RemoteTrigger - Class in com.atlassian.bamboo.specs.builders.trigger
Represents remote trigger.
RemoteTrigger() - Constructor for class com.atlassian.bamboo.specs.builders.trigger.RemoteTrigger
 
RemoteTriggerProperties - Class in com.atlassian.bamboo.specs.model.trigger
 
RemoteTriggerProperties(String, boolean, Set<TriggerConditionProperties>, RepositoryBasedTrigger.TriggeringRepositoriesType, List<VcsRepositoryIdentifierProperties>, String) - Constructor for class com.atlassian.bamboo.specs.model.trigger.RemoteTriggerProperties
 
repository(String) - Method in class com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository
Sets gitHub repository name.
repository - Variable in class com.atlassian.bamboo.specs.builders.task.BaseVcsTask
 
repository(String) - Method in class com.atlassian.bamboo.specs.builders.task.BaseVcsTask
Sets the repository for this task.
repository(VcsRepositoryIdentifier) - Method in class com.atlassian.bamboo.specs.builders.task.BaseVcsTask
Sets the repository for this task.
repository(String) - Method in class com.atlassian.bamboo.specs.builders.task.BuildWarningParserTask
Sets the repository for this task.
repository(VcsRepositoryIdentifier) - Method in class com.atlassian.bamboo.specs.builders.task.BuildWarningParserTask
Sets the repository for this task.
repository(String) - Method in class com.atlassian.bamboo.specs.builders.task.CheckoutItem
Sets this checkout request for a particular repository.
repository(VcsRepositoryIdentifier) - Method in class com.atlassian.bamboo.specs.builders.task.CheckoutItem
Sets this checkout request for a particular repository.
repositoryName(String) - Method in class com.atlassian.bamboo.specs.builders.repository.viewer.FishEyeRepositoryViewer
Sets repository name, as defined in Fisheye.
repositoryPath(String) - Method in class com.atlassian.bamboo.specs.builders.repository.viewer.FishEyeRepositoryViewer
Sets a relative path in Fisheye repository.
repositoryPath(String) - Method in class com.atlassian.bamboo.specs.builders.repository.viewer.GenericRepositoryViewer
Sets a relative path in remote repository.
RepositoryPollingTrigger - Class in com.atlassian.bamboo.specs.builders.trigger
Represents repository polling trigger.
RepositoryPollingTrigger() - Constructor for class com.atlassian.bamboo.specs.builders.trigger.RepositoryPollingTrigger
Creates repository polling trigger.
RepositoryPollingTriggerProperties - Class in com.atlassian.bamboo.specs.model.trigger
 
RepositoryPollingTriggerProperties(String, boolean, Set<TriggerConditionProperties>, RepositoryBasedTrigger.TriggeringRepositoriesType, List<VcsRepositoryIdentifierProperties>, String) - Constructor for class com.atlassian.bamboo.specs.model.trigger.RepositoryPollingTriggerProperties
 
RepositoryPollingTriggerProperties(String, boolean, Set<TriggerConditionProperties>, RepositoryBasedTrigger.TriggeringRepositoriesType, List<VcsRepositoryIdentifierProperties>, Duration) - Constructor for class com.atlassian.bamboo.specs.model.trigger.RepositoryPollingTriggerProperties
 
RepositoryPollingTriggerProperties.PollType - Enum in com.atlassian.bamboo.specs.model.trigger
 
repositorySlug(String, String) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository
Sets the Bitbucket repository slug to checkout.
repositorySlug(String) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository
Sets the repository slug.
ResponsibilityChangedNotification - Class in com.atlassian.bamboo.specs.builders.notification
Represents a notification sent when responsibility of a broken plan is manually updated.
ResponsibilityChangedNotification() - Constructor for class com.atlassian.bamboo.specs.builders.notification.ResponsibilityChangedNotification
 
ResponsibleRecipient - Class in com.atlassian.bamboo.specs.builders.notification
Represents a responsible user who broke the build.
ResponsibleRecipient() - Constructor for class com.atlassian.bamboo.specs.builders.notification.ResponsibleRecipient
 
RestHelper - Class in com.atlassian.bamboo.specs.util
 
RestHelper() - Constructor for class com.atlassian.bamboo.specs.util.RestHelper
 
RestTaskFactory - Class in com.atlassian.bamboo.specs.util
 
RestTaskFactory.RestTask - Class in com.atlassian.bamboo.specs.util
 
RestTaskResult - Class in com.atlassian.bamboo.specs.util
 
resultDirectories(String...) - Method in class com.atlassian.bamboo.specs.builders.task.TestParserTask
Adds directories from the argument to the list of directories in which task looks for test result files.
resultFilename(String) - Method in class com.atlassian.bamboo.specs.builders.task.NUnitRunnerTask
The name Bamboo should give to the results file produced by NUnit.
room(String) - Method in class com.atlassian.bamboo.specs.builders.notification.HipChatRecipient
Specifies room to send notifications to.

S

saveAsFile(boolean) - Method in class com.atlassian.bamboo.specs.builders.task.DockerBuildImageTask
If set to true Docker image will be saved to file.
ScheduledDeploymentTrigger - Class in com.atlassian.bamboo.specs.builders.trigger
Represents a Scheduled trigger for deployment environments.
ScheduledDeploymentTrigger() - Constructor for class com.atlassian.bamboo.specs.builders.trigger.ScheduledDeploymentTrigger
Creates trigger which will schedule a build basing on a cron expression.
ScheduledTrigger - Class in com.atlassian.bamboo.specs.builders.trigger
Represents a Scheduled trigger.
ScheduledTrigger() - Constructor for class com.atlassian.bamboo.specs.builders.trigger.ScheduledTrigger
Creates trigger which will schedule a build basing on a cron expression.
ScheduledTriggerEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.trigger
 
ScheduledTriggerEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.trigger.ScheduledTriggerEmitter
 
ScheduledTriggerProperties - Class in com.atlassian.bamboo.specs.model.trigger
 
ScheduledTriggerProperties(String, boolean, Set<TriggerConditionProperties>, String, String, ScheduledTriggerProperties.Container) - Constructor for class com.atlassian.bamboo.specs.model.trigger.ScheduledTriggerProperties
 
ScheduledTriggerProperties.Container - Enum in com.atlassian.bamboo.specs.model.trigger
 
scheduleEvery(int, TimeUnit) - Method in class com.atlassian.bamboo.specs.builders.trigger.ScheduledDeploymentTrigger
Schedules deployment execution every TimeUnit.SECONDS, TimeUnit.MINUTES or TimeUnit.HOURS.
scheduleEvery(int, TimeUnit) - Method in class com.atlassian.bamboo.specs.builders.trigger.ScheduledTrigger
Schedules build execution every TimeUnit.SECONDS, TimeUnit.MINUTES or TimeUnit.HOURS.
scheduleMonthly(LocalTime, int) - Method in class com.atlassian.bamboo.specs.builders.trigger.ScheduledDeploymentTrigger
Schedules deployment execution to every month on specified day of month and time.
scheduleMonthly(LocalTime, int) - Method in class com.atlassian.bamboo.specs.builders.trigger.ScheduledTrigger
Schedules build execution to every month on specified day of month and time.
scheduleOnceDaily(LocalTime) - Method in class com.atlassian.bamboo.specs.builders.trigger.ScheduledDeploymentTrigger
Schedules deployment execution to every day at specified time.
scheduleOnceDaily(LocalTime) - Method in class com.atlassian.bamboo.specs.builders.trigger.ScheduledTrigger
Schedules build execution to every day at specified time.
scheduleWeekly(LocalTime, DayOfWeek...) - Method in class com.atlassian.bamboo.specs.builders.trigger.ScheduledDeploymentTrigger
Schedules deployment execution to every week on specified week days at specified time.
scheduleWeekly(LocalTime, Collection<DayOfWeek>) - Method in class com.atlassian.bamboo.specs.builders.trigger.ScheduledDeploymentTrigger
Schedules deployment execution to every week on specified week days and time.
scheduleWeekly(LocalTime, DayOfWeek...) - Method in class com.atlassian.bamboo.specs.builders.trigger.ScheduledTrigger
Schedules build execution to every week on specified week days at specified time.
scheduleWeekly(LocalTime, Collection<DayOfWeek>) - Method in class com.atlassian.bamboo.specs.builders.trigger.ScheduledTrigger
Schedules build execution to every week on specified week days and time.
scope(InjectVariablesScope) - Method in class com.atlassian.bamboo.specs.builders.task.InjectVariablesTask
Specifies scope of the created variables to result.
scopeLocal() - Method in class com.atlassian.bamboo.specs.builders.task.InjectVariablesTask
Specifies scope of the created variables to local.
scopeResult() - Method in class com.atlassian.bamboo.specs.builders.task.InjectVariablesTask
Specifies scope of the created variables to result.
ScpTask - Class in com.atlassian.bamboo.specs.builders.task
Represents task that runs scp command.
ScpTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.ScpTask
 
ScpTaskEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.task
 
ScpTaskEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.task.ScpTaskEmitter
 
ScpTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
ScpTaskProperties(String, boolean, String, String, BaseSshTaskProperties.AuthenticationType, String, String, String, SharedCredentialsIdentifierProperties, String, int, ArtifactItemProperties, String, boolean, String, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.model.task.ScpTaskProperties
 
script(String) - Method in class com.atlassian.bamboo.specs.builders.task.NodeTask
Script to execute with node (e.g.
ScriptTask - Class in com.atlassian.bamboo.specs.builders.task
Represents a task that executes shell script.
ScriptTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.ScriptTask
 
ScriptTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
ScriptTaskProperties(String, boolean, ScriptTaskProperties.Interpreter, ScriptTaskProperties.Location, String, String, String, String, String, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.model.task.ScriptTaskProperties
 
ScriptTaskProperties.Interpreter - Enum in com.atlassian.bamboo.specs.model.task
 
ScriptTaskProperties.Location - Enum in com.atlassian.bamboo.specs.model.task
 
SECRET_PLACEHOLDER - Static variable in class com.atlassian.bamboo.specs.codegen.emitters.fragment.SecretSetterEmitter
 
SecretSetterEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.fragment
 
SecretSetterEmitter(String) - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.fragment.SecretSetterEmitter
 
sendForAllErrors() - Method in class com.atlassian.bamboo.specs.builders.notification.BuildErrorNotification
 
sendForFirstOccurrenceOnly() - Method in class com.atlassian.bamboo.specs.builders.notification.BuildErrorNotification
 
SendQueue - Class in com.atlassian.bamboo.specs.util
 
server(ApplicationLink) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository
Selects Bitbucket Server instance which hosts this repository.
serviceTimeout(Duration) - Method in class com.atlassian.bamboo.specs.builders.task.DockerRunContainerTask
Sets timeout on waiting till container service starts.
serviceTimeoutInSeconds(long) - Method in class com.atlassian.bamboo.specs.builders.task.DockerRunContainerTask
Sets timeout in seconds on waiting till container service starts.
serviceURLPattern(String) - Method in class com.atlassian.bamboo.specs.builders.task.DockerRunContainerTask
Bamboo will check if container service is up and running by querying this URL.
SetBuilder<T> - Class in com.atlassian.bamboo.specs.util
 
SetBuilder() - Constructor for class com.atlassian.bamboo.specs.util.SetBuilder
 
SetEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.value
 
SetEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.value.SetEmitter
 
shallowClonesEnabled(boolean) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository
Enables/disables shallow clones when checking out from the repository.
shallowClonesEnabled(boolean) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository
Enables/disables shallow clones when checking out from the repository.
shallowClonesEnabled(boolean) - Method in class com.atlassian.bamboo.specs.builders.repository.git.GitRepository
Enables/disables shallow clones when checking out from the repository.
shallowClonesEnabled(boolean) - Method in class com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository
Enables/disables shallow clones when checking out from the repository.
sharedCredentials - Variable in class com.atlassian.bamboo.specs.builders.task.BaseSshTask
 
SharedCredentialsAuthenticationProperties - Class in com.atlassian.bamboo.specs.model.repository.git
 
SharedCredentialsAuthenticationProperties(SharedCredentialsIdentifierProperties) - Constructor for class com.atlassian.bamboo.specs.model.repository.git.SharedCredentialsAuthenticationProperties
 
sharedCredentialsIdentifier - Variable in class com.atlassian.bamboo.specs.builders.task.AbstractDockerRegistryTask
 
SharedCredentialsIdentifierEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.credentials
 
SharedCredentialsIdentifierEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.credentials.SharedCredentialsIdentifierEmitter
 
shouldLog(Logger.LogLevel) - Method in enum com.atlassian.bamboo.specs.util.Logger.LogLevel
Whether the message at given logLevel should be logged.
SimpleTokenCredentials - Class in com.atlassian.bamboo.specs.util
 
SimpleTokenCredentials(String) - Constructor for class com.atlassian.bamboo.specs.util.SimpleTokenCredentials
 
SimpleUserPasswordCredentials - Class in com.atlassian.bamboo.specs.util
Deprecated.
since 7.1.0, use SimpleTokenCredentials instead
SimpleUserPasswordCredentials(String, String) - Constructor for class com.atlassian.bamboo.specs.util.SimpleUserPasswordCredentials
Deprecated.
 
sourcePlan(PlanIdentifier) - Method in class com.atlassian.bamboo.specs.builders.task.ArtifactDownloaderTask
Specifies the plan that is the source of the artifacts.
sourcePlan(PlanIdentifier) - Method in class com.atlassian.bamboo.specs.builders.task.ArtifactItem
Specify from which plan a downloaded artifact shall be taken.
sshCloneUrl(String) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository
Sets repository url that is used for cloning the repository.
SshCredentials - Class in com.atlassian.bamboo.specs.builders.credentials
Represent shared SSH credentials.
SshCredentials() - Constructor for class com.atlassian.bamboo.specs.builders.credentials.SshCredentials
Create new SSH credentials.
SshCredentials(String) - Constructor for class com.atlassian.bamboo.specs.builders.credentials.SshCredentials
Create new SSH credentials with name.
SshCredentialsProperties - Class in com.atlassian.bamboo.specs.model.credentials
 
SshCredentialsProperties(String, BambooOidProperties, String, String) - Constructor for class com.atlassian.bamboo.specs.model.credentials.SshCredentialsProperties
 
SshCredentialsProperties(String, BambooOidProperties, String, String, ProjectProperties) - Constructor for class com.atlassian.bamboo.specs.model.credentials.SshCredentialsProperties
 
sshKeyAppliesToSubmodules(boolean) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository
Enables/disabled authenticating to submodules with SSH key configured for this repository.
sshKeyAppliesToSubmodules(boolean) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository
Enables/disabled authenticating to submodules with SSH key configured for this repository.
sshKeyAppliesToSubmodules(boolean) - Method in class com.atlassian.bamboo.specs.builders.repository.git.GitRepository
Enables/disabled authenticating to submodules with SSH key configured for this repository.
sshKeyAppliesToSubmodules(boolean) - Method in class com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository
Enables/disabled authenticating to submodules with SSH key configured for this repository.
sshPrivateKey(String) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository
Sets private SSH key of the repository.
sshPrivateKey(String) - Method in class com.atlassian.bamboo.specs.builders.repository.git.SshPrivateKeyAuthentication
Sets private key.
SshPrivateKeyAuthentication - Class in com.atlassian.bamboo.specs.builders.repository.git
SSH private key authentication for git repository.
SshPrivateKeyAuthentication(String) - Constructor for class com.atlassian.bamboo.specs.builders.repository.git.SshPrivateKeyAuthentication
Specifies new ssh credentials with given private key.
SshPrivateKeyAuthenticationProperties - Class in com.atlassian.bamboo.specs.model.repository.git
 
SshPrivateKeyAuthenticationProperties(String, String) - Constructor for class com.atlassian.bamboo.specs.model.repository.git.SshPrivateKeyAuthenticationProperties
 
sshPublicKey(String) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository
Sets public SSH key of the repository.
SshTask - Class in com.atlassian.bamboo.specs.builders.task
Represents a task to run a remote command over SSH.
SshTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.SshTask
 
SshTaskEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.task
 
SshTaskEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.task.SshTaskEmitter
 
SshTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
SshTaskProperties(String, boolean, String, String, BaseSshTaskProperties.AuthenticationType, String, String, String, SharedCredentialsIdentifierProperties, String, int, int, String, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.model.task.SshTaskProperties
 
standardResultsPath() - Method in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
start() - Method in class com.atlassian.bamboo.specs.util.IsolatedExecutor
 
submodulesEnabled(boolean) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository
Enables/disables submodule support.
submodulesEnabled(boolean) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository
Enables/disables submodule support.
submodulesEnabled(boolean) - Method in class com.atlassian.bamboo.specs.builders.repository.git.GitRepository
Enables/disables submodule support.
submodulesEnabled(boolean) - Method in class com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository
Enables/disables submodule support.

T

tagName(String) - Method in class com.atlassian.bamboo.specs.builders.task.VcsTagTask
Sets the name of the tag to create.
TagTrigger - Class in com.atlassian.bamboo.specs.builders.trigger
Represents tag trigger.
TagTrigger() - Constructor for class com.atlassian.bamboo.specs.builders.trigger.TagTrigger
 
TagTriggerProperties - Class in com.atlassian.bamboo.specs.model.trigger
 
TagTriggerProperties(String, boolean, String, boolean) - Constructor for class com.atlassian.bamboo.specs.model.trigger.TagTriggerProperties
Deprecated.
TagTriggerProperties(String, boolean, Set<TriggerConditionProperties>, String, boolean) - Constructor for class com.atlassian.bamboo.specs.model.trigger.TagTriggerProperties
 
target(String) - Method in class com.atlassian.bamboo.specs.builders.task.AntTask
Specifies Ant target(s).
target - Variable in class com.atlassian.bamboo.specs.model.task.AntTaskProperties
 
task(String) - Method in class com.atlassian.bamboo.specs.builders.task.GruntTask
Grunt task to execute.
task(String) - Method in class com.atlassian.bamboo.specs.builders.task.GulpTask
Gulp task to execute.
testCategoriesToExclude(String...) - Method in class com.atlassian.bamboo.specs.builders.task.NUnitRunnerTask
Adds categories to exclude.
testCategoriesToInclude(String...) - Method in class com.atlassian.bamboo.specs.builders.task.NUnitRunnerTask
Adds categories to include.
testDirectoryOption - Variable in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
testDirectoryOption - Variable in class com.atlassian.bamboo.specs.model.task.MavenTaskProperties
 
testFilePattern(String) - Method in class com.atlassian.bamboo.specs.builders.task.MochaParserTask
Deprecated.
Ant-style pattern of test results file to parse.
testFilesAndDirectories(String) - Method in class com.atlassian.bamboo.specs.builders.task.MochaRunnerTask
Specify files and/or directories containing Mocha tests.
testFilesAndDirectories(String) - Method in class com.atlassian.bamboo.specs.builders.task.NodeunitTask
Specify files and/or directories containing Nodeunit tests.
TestParserTask - Class in com.atlassian.bamboo.specs.builders.task
Represents task that parses test results for presentation in Bamboo build results.
TestParserTask(TestParserTaskProperties.TestType) - Constructor for class com.atlassian.bamboo.specs.builders.task.TestParserTask
Specify test parsing task that handles selected test engine.
TestParserTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
TestParserTaskProperties(TestParserTaskProperties.TestType, String, boolean, Collection<String>, Boolean, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.model.task.TestParserTaskProperties
 
TestParserTaskProperties.TestType - Enum in com.atlassian.bamboo.specs.model.task
 
testResultsDirectory - Variable in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
testResultsDirectory(String) - Method in class com.atlassian.bamboo.specs.builders.task.NodeunitTask
Name of the directory where the test results will be stored (in JUnit XML format).
testResultsDirectory - Variable in class com.atlassian.bamboo.specs.model.task.AntTaskProperties
 
testResultsDirectory - Variable in class com.atlassian.bamboo.specs.model.task.MavenTaskProperties
 
testResultsPath(String) - Method in class com.atlassian.bamboo.specs.builders.task.AntTask
Sets location where Bamboo will look for test results.
testResultsPath(String) - Method in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
testsToRun(String...) - Method in class com.atlassian.bamboo.specs.builders.task.NUnitRunnerTask
Adds tests to run.
TOKEN_PROPERTY - Static variable in class com.atlassian.bamboo.specs.util.FileTokenCredentials
 
TokenCredentials - Interface in com.atlassian.bamboo.specs.util
 
toRemotePath(String) - Method in class com.atlassian.bamboo.specs.builders.task.ScpTask
The path to the destination directory on the remote server.
toString() - Method in class com.atlassian.bamboo.specs.builders.task.ArtifactItem
 
toString() - Method in class com.atlassian.bamboo.specs.builders.task.ScriptTask
 
toString() - Method in class com.atlassian.bamboo.specs.builders.task.VcsCheckoutTask
 
toString() - Method in class com.atlassian.bamboo.specs.codegen.BambooSpecsGenerator.Comment
 
toString() - Method in class com.atlassian.bamboo.specs.model.credentials.SshCredentialsProperties
 
toString() - Method in class com.atlassian.bamboo.specs.util.FileUserPasswordCredentials
Deprecated.
 
toString() - Method in class com.atlassian.bamboo.specs.util.SimpleUserPasswordCredentials
Deprecated.
 
trace(String, Object...) - Method in class com.atlassian.bamboo.specs.util.Logger
Logs the given message at Logger.LogLevel.TRACE level.
trace(Throwable) - Method in class com.atlassian.bamboo.specs.util.Logger
Logs the given throwable at Logger.LogLevel.TRACE level.
trace(Throwable, String, Object...) - Method in class com.atlassian.bamboo.specs.util.Logger
Logs the given throwable and message at Logger.LogLevel.TRACE level.
triggerByBranch(String) - Method in class com.atlassian.bamboo.specs.builders.trigger.AfterSuccessfulBuildPlanTrigger
Configure trigger to start deployment when plan branch is updated.
triggerByBranch(String) - Method in class com.atlassian.bamboo.specs.builders.trigger.AfterSuccessfulStageTrigger
Configure trigger to start deployment when plan branch is updated.
triggerByMasterBranch() - Method in class com.atlassian.bamboo.specs.builders.trigger.AfterSuccessfulBuildPlanTrigger
Configure trigger to start deployment when plan master branch is updated.
triggerByMasterBranch() - Method in class com.atlassian.bamboo.specs.builders.trigger.AfterSuccessfulStageTrigger
Configure trigger to start deployment when plan master branch is updated.
TriggeringOptionEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.plan.branches
 
TriggeringOptionEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.plan.branches.TriggeringOptionEmitter
 
triggerIPAddresses(String) - Method in class com.atlassian.bamboo.specs.builders.trigger.RemoteTrigger
Sets the IP address.

U

url(String) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerMirror
Clone url for the ssh interface.
url(String) - Method in class com.atlassian.bamboo.specs.builders.repository.git.GitRepository
Sets git repository url.
useCache(boolean) - Method in class com.atlassian.bamboo.specs.builders.task.DockerBuildImageTask
Specifies if cache should be used.
useIsolatedCache(boolean) - Method in class com.atlassian.bamboo.specs.builders.task.NpmTask
Sets whether the npm task should use isolated directory for caches.
useMavenReturnCode - Variable in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
useMavenReturnCode(boolean) - Method in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
useMavenReturnCode - Variable in class com.atlassian.bamboo.specs.model.task.MavenTaskProperties
 
username(String) - Method in class com.atlassian.bamboo.specs.builders.credentials.UsernamePasswordCredentials
Set username.
username(String) - Method in class com.atlassian.bamboo.specs.builders.repository.git.UserPasswordAuthentication
Sets git user name.
username - Variable in class com.atlassian.bamboo.specs.builders.task.AbstractDockerRegistryTask
 
username - Variable in class com.atlassian.bamboo.specs.builders.task.BaseSshTask
 
username(String) - Method in class com.atlassian.bamboo.specs.builders.task.BaseSshTask
Username you want to use to access the remote host.
USERNAME_PROPERTY - Static variable in class com.atlassian.bamboo.specs.util.FileUserPasswordCredentials
Deprecated.
 
UsernamePasswordCredentials - Class in com.atlassian.bamboo.specs.builders.credentials
Represent shared username/password credentials.
UsernamePasswordCredentials() - Constructor for class com.atlassian.bamboo.specs.builders.credentials.UsernamePasswordCredentials
Create new username/password credentials.
UsernamePasswordCredentials(String) - Constructor for class com.atlassian.bamboo.specs.builders.credentials.UsernamePasswordCredentials
Create new username/password credentials with name.
UsernamePasswordCredentialsProperties - Class in com.atlassian.bamboo.specs.model.credentials
 
UsernamePasswordCredentialsProperties(String, BambooOidProperties, String, String) - Constructor for class com.atlassian.bamboo.specs.model.credentials.UsernamePasswordCredentialsProperties
 
UsernamePasswordCredentialsProperties(String, BambooOidProperties, String, String, ProjectProperties) - Constructor for class com.atlassian.bamboo.specs.model.credentials.UsernamePasswordCredentialsProperties
 
UserPasswordAuthentication - Class in com.atlassian.bamboo.specs.builders.repository.git
User name/password authentication method for git repository.
UserPasswordAuthentication(String) - Constructor for class com.atlassian.bamboo.specs.builders.repository.git.UserPasswordAuthentication
Specifies new username/password credentials with given git user name.
UserPasswordAuthenticationProperties - Class in com.atlassian.bamboo.specs.model.repository.git
 
UserPasswordAuthenticationProperties(String, String) - Constructor for class com.atlassian.bamboo.specs.model.repository.git.UserPasswordAuthenticationProperties
 
UserPasswordCredentials - Interface in com.atlassian.bamboo.specs.util
Deprecated.
since 7.1.0, use TokenCredentials instead
UserRecipient - Class in com.atlassian.bamboo.specs.builders.notification
Represents a user Bamboo can send notifications to.
UserRecipient(String) - Constructor for class com.atlassian.bamboo.specs.builders.notification.UserRecipient
 
UserRecipientProperties - Class in com.atlassian.bamboo.specs.model.notification
 
UserRecipientProperties(String) - Constructor for class com.atlassian.bamboo.specs.model.notification.UserRecipientProperties
 

V

VALID_NAMESPACE_PATTERN - Static variable in class com.atlassian.bamboo.specs.model.task.InjectVariablesTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.codegen.BambooSpecsGenerator.Comment
 
validate() - Method in class com.atlassian.bamboo.specs.model.credentials.SshCredentialsProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.credentials.UsernamePasswordCredentialsProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.notification.BuildErrorNotificationProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.notification.EmailRecipientProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.notification.GroupRecipientProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.notification.HipChatRecipientProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.notification.ImRecipientProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.notification.UserRecipientProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.notification.WebhookRecipientProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.notification.XFailedChainsNotificationProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerMirrorProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.repository.git.GitRepositoryProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.repository.git.SharedCredentialsAuthenticationProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.repository.git.SshPrivateKeyAuthenticationProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.repository.git.UserPasswordAuthenticationProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.repository.viewer.FishEyeRepositoryViewerProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.repository.viewer.GenericRepositoryViewerProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.AntTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.ArtifactDownloaderTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.ArtifactItemProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.BaseNodeTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.BaseSshTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.BaseVcsTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.BowerTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.BuildWarningParserTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.CheckoutItemProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.CommandTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerBuildImageTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerRegistryTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerRunContainerTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.DownloadItemProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.DumpVariablesTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.FastlaneTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.GruntTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.GulpTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.InjectVariablesTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.MavenDependenciesProcessorTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.MavenTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.MochaParserTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.MochaRunnerTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.MsBuildTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.NodeTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.NodeunitTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.NpmTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.NUnitRunnerTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.ScpTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.ScriptTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.SshTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.TestParserTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.VcsBranchTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.VcsCheckoutTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.VcsCommitTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.task.VcsTagTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.trigger.AfterSuccessfulDeploymentTriggerProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.trigger.AfterSuccessfulStageTriggerProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.trigger.PlansGreenTriggerConditionProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.trigger.RemoteTriggerProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.trigger.RepositoryPollingTriggerProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.trigger.ScheduledTriggerProperties
 
validate() - Method in class com.atlassian.bamboo.specs.model.trigger.TagTriggerProperties
 
validate() - Method in class com.atlassian.bamboo.specs.util.BambooSpecProperties
 
VALIDATION_CONTEXT - Static variable in class com.atlassian.bamboo.specs.model.notification.XFailedChainsNotificationProperties
 
VALIDATION_CONTEXT - Static variable in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerMirrorProperties
 
VALIDATION_CONTEXT - Static variable in class com.atlassian.bamboo.specs.model.task.BowerTaskProperties
 
VALIDATION_CONTEXT - Static variable in class com.atlassian.bamboo.specs.model.task.docker.DockerBuildImageTaskProperties
 
VALIDATION_CONTEXT - Static variable in class com.atlassian.bamboo.specs.model.task.docker.DockerRegistryTaskProperties
 
VALIDATION_CONTEXT - Static variable in class com.atlassian.bamboo.specs.model.task.docker.DockerRunContainerTaskProperties
 
VALIDATION_CONTEXT - Static variable in class com.atlassian.bamboo.specs.model.task.GruntTaskProperties
 
VALIDATION_CONTEXT - Static variable in class com.atlassian.bamboo.specs.model.task.GulpTaskProperties
 
VALIDATION_CONTEXT - Static variable in class com.atlassian.bamboo.specs.model.task.MochaParserTaskProperties
 
VALIDATION_CONTEXT - Static variable in class com.atlassian.bamboo.specs.model.task.MochaRunnerTaskProperties
 
VALIDATION_CONTEXT - Static variable in class com.atlassian.bamboo.specs.model.task.NodeTaskProperties
 
VALIDATION_CONTEXT - Static variable in class com.atlassian.bamboo.specs.model.task.NodeunitTaskProperties
 
VALIDATION_CONTEXT - Static variable in class com.atlassian.bamboo.specs.model.task.NpmTaskProperties
 
ValueEmitterFactory - Class in com.atlassian.bamboo.specs.codegen.emitters.value
Helper class that looks for best code generator for an object.
valueOf(String) - Static method in enum com.atlassian.bamboo.specs.builders.task.BuildWarningParserTask.WarningSeverity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.bamboo.specs.builders.task.MavenTask.TestDirectoryOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.bamboo.specs.builders.task.NUnitRunnerTask.NUnitVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.bamboo.specs.model.task.BaseSshTaskProperties.AuthenticationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.bamboo.specs.model.task.docker.DockerBuildImageTaskProperties.DockerfileContent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.bamboo.specs.model.task.docker.DockerRegistryTaskProperties.OperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.bamboo.specs.model.task.docker.DockerRegistryTaskProperties.RegistryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.bamboo.specs.model.task.InjectVariablesScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.bamboo.specs.model.task.ScriptTaskProperties.Interpreter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.bamboo.specs.model.task.ScriptTaskProperties.Location
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.bamboo.specs.model.task.TestParserTaskProperties.TestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.bamboo.specs.model.trigger.RepositoryPollingTriggerProperties.PollType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.bamboo.specs.model.trigger.ScheduledTriggerProperties.Container
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.bamboo.specs.util.DurationYamler
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.bamboo.specs.util.Logger.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.bamboo.specs.util.PrivilegedThreadRegistry
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.atlassian.bamboo.specs.builders.task.BuildWarningParserTask.WarningSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.bamboo.specs.builders.task.MavenTask.TestDirectoryOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.bamboo.specs.builders.task.NUnitRunnerTask.NUnitVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.bamboo.specs.model.task.BaseSshTaskProperties.AuthenticationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.bamboo.specs.model.task.docker.DockerBuildImageTaskProperties.DockerfileContent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.bamboo.specs.model.task.docker.DockerRegistryTaskProperties.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.bamboo.specs.model.task.docker.DockerRegistryTaskProperties.RegistryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.bamboo.specs.model.task.InjectVariablesScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.bamboo.specs.model.task.ScriptTaskProperties.Interpreter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.bamboo.specs.model.task.ScriptTaskProperties.Location
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.bamboo.specs.model.task.TestParserTaskProperties.TestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.bamboo.specs.model.trigger.RepositoryPollingTriggerProperties.PollType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.bamboo.specs.model.trigger.ScheduledTriggerProperties.Container
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.bamboo.specs.util.DurationYamler
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.bamboo.specs.util.Logger.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.bamboo.specs.util.PrivilegedThreadRegistry
Returns an array containing the constants of this enum type, in the order they are declared.
VarargArgumentSetterEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.fragment
Default code generator for any Iterable field of EntityProperties instance.
VarargArgumentSetterEmitter(String) - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.fragment.VarargArgumentSetterEmitter
 
VcsBranchTask - Class in com.atlassian.bamboo.specs.builders.task
Task which creates a new branch in a repository.
VcsBranchTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.VcsBranchTask
 
VcsBranchTaskEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.task
 
VcsBranchTaskEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.task.VcsBranchTaskEmitter
 
VcsBranchTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
VcsBranchTaskProperties(String, boolean, List<RequirementProperties>, List<? extends ConditionProperties>, boolean, VcsRepositoryIdentifierProperties, String, String) - Constructor for class com.atlassian.bamboo.specs.model.task.VcsBranchTaskProperties
 
VcsCheckoutTask - Class in com.atlassian.bamboo.specs.builders.task
Represents task that checks out selected repositories to the build working directory.
VcsCheckoutTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.VcsCheckoutTask
 
VcsCheckoutTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
VcsCheckoutTaskProperties(String, boolean, List<CheckoutItemProperties>, boolean, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.model.task.VcsCheckoutTaskProperties
 
VcsCommitTask - Class in com.atlassian.bamboo.specs.builders.task
This task will commit all local changes to a repository.
VcsCommitTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.VcsCommitTask
 
VcsCommitTaskEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.task
 
VcsCommitTaskEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.task.VcsCommitTaskEmitter
 
VcsCommitTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
VcsCommitTaskProperties(String, boolean, List<RequirementProperties>, List<? extends ConditionProperties>, boolean, VcsRepositoryIdentifierProperties, String, String) - Constructor for class com.atlassian.bamboo.specs.model.task.VcsCommitTaskProperties
 
VcsPushTask - Class in com.atlassian.bamboo.specs.builders.task
This task will push commits created locally by other tasks to the remote repository.
VcsPushTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.VcsPushTask
 
VcsPushTaskEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.task
 
VcsPushTaskEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.task.VcsPushTaskEmitter
 
VcsPushTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
VcsPushTaskProperties(String, boolean, List<RequirementProperties>, List<? extends ConditionProperties>, boolean, VcsRepositoryIdentifierProperties, String) - Constructor for class com.atlassian.bamboo.specs.model.task.VcsPushTaskProperties
 
VcsTagTask - Class in com.atlassian.bamboo.specs.builders.task
Task which creates a new tag in a repository.
VcsTagTask() - Constructor for class com.atlassian.bamboo.specs.builders.task.VcsTagTask
 
VcsTagTaskEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.task
 
VcsTagTaskEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.task.VcsTagTaskEmitter
 
VcsTagTaskProperties - Class in com.atlassian.bamboo.specs.model.task
 
VcsTagTaskProperties(String, boolean, List<RequirementProperties>, List<? extends ConditionProperties>, boolean, VcsRepositoryIdentifierProperties, String, String) - Constructor for class com.atlassian.bamboo.specs.model.task.VcsTagTaskProperties
 
verboseLogs(boolean) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository
Enables/disables verbose logs from git commands.
verboseLogs(boolean) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository
Enables/disables verbose logs from git commands.
verboseLogs(boolean) - Method in class com.atlassian.bamboo.specs.builders.repository.git.GitRepository
Enables/disables verbose logs from git commands.
verboseLogs(boolean) - Method in class com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository
Enables/disables verbose logs from git commands.
version - Variable in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
version - Variable in class com.atlassian.bamboo.specs.model.task.MavenTaskProperties
 
version2() - Method in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
version3() - Method in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
viewerUrl(String) - Method in class com.atlassian.bamboo.specs.builders.repository.viewer.GenericRepositoryViewer
Sets url to be used for link generation.

W

waitToStart(boolean) - Method in class com.atlassian.bamboo.specs.builders.task.DockerRunContainerTask
Determines if Bamboo should wait for a service to start.
WatchersRecipient - Class in com.atlassian.bamboo.specs.builders.notification
Represents a users who have marked a plan as their favourite.
WatchersRecipient() - Constructor for class com.atlassian.bamboo.specs.builders.notification.WatchersRecipient
 
WebhookRecipient - Class in com.atlassian.bamboo.specs.builders.notification
Represents a webhook which should be called.
WebhookRecipient(String, String) - Constructor for class com.atlassian.bamboo.specs.builders.notification.WebhookRecipient
 
WebhookRecipientProperties - Class in com.atlassian.bamboo.specs.model.notification
 
WebhookRecipientProperties(String, String) - Constructor for class com.atlassian.bamboo.specs.model.notification.WebhookRecipientProperties
 
WhitelistedYamlConstructor - Class in com.atlassian.bamboo.specs.util
 
withoutAuthentication() - Method in class com.atlassian.bamboo.specs.builders.repository.git.GitRepository
Removes authentication details.
withPollingPeriod(Duration) - Method in class com.atlassian.bamboo.specs.builders.trigger.RepositoryPollingTrigger
Specifies time interval between checks for changes in the repositories.
withPollType(RepositoryPollingTriggerProperties.PollType) - Method in class com.atlassian.bamboo.specs.builders.trigger.RepositoryPollingTrigger
Selects polling type for this trigger.
workingSubdirectory - Variable in class com.atlassian.bamboo.specs.builders.task.AbstractDockerTask
 
workingSubdirectory(String) - Method in class com.atlassian.bamboo.specs.builders.task.AbstractDockerTask
An alternative subdirectory as working directory for this task.
workingSubdirectory(String) - Method in class com.atlassian.bamboo.specs.builders.task.AntTask
Sets a directory the script should be executed in.
workingSubdirectory - Variable in class com.atlassian.bamboo.specs.builders.task.BaseNodeTask
 
workingSubdirectory(String) - Method in class com.atlassian.bamboo.specs.builders.task.BaseNodeTask
Sets the working subdirectory for this task.
workingSubdirectory - Variable in class com.atlassian.bamboo.specs.builders.task.BaseVcsTask
 
workingSubdirectory(String) - Method in class com.atlassian.bamboo.specs.builders.task.BaseVcsTask
Sets the working subdirectory for this task.
workingSubdirectory(String) - Method in class com.atlassian.bamboo.specs.builders.task.CommandTask
Sets a directory the command should be executed in.
workingSubdirectory(String) - Method in class com.atlassian.bamboo.specs.builders.task.FastlaneTask
An alternative subdirectory as working directory for this task.
workingSubdirectory(String) - Method in class com.atlassian.bamboo.specs.builders.task.MavenDependenciesProcessorTask
Specify an alternative subdirectory as working directory for the task.
workingSubdirectory - Variable in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
workingSubdirectory(String) - Method in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
workingSubdirectory(String) - Method in class com.atlassian.bamboo.specs.builders.task.MochaParserTask
Deprecated.
since 6.3 the working subdirectory should be part of MochaParserTask.testFilePattern.

For example, the following code:


 new MochaParserTask()
     .workingSubdirectory("mocha/")
     .testFilePattern("*.json");
 

can be simplified to:


 new MochaParserTask()
     .testFilePattern("mocha/*.json");
 
workingSubdirectory(String) - Method in class com.atlassian.bamboo.specs.builders.task.MsBuildTask
Specifies a working directory for the task.
workingSubdirectory(String) - Method in class com.atlassian.bamboo.specs.builders.task.ScriptTask
Sets a directory the script should be executed in.
workingSubdirectory - Variable in class com.atlassian.bamboo.specs.model.task.AntTaskProperties
 
workingSubdirectory - Variable in class com.atlassian.bamboo.specs.model.task.docker.AbstractDockerTaskProperties
 
workingSubdirectory - Variable in class com.atlassian.bamboo.specs.model.task.MavenTaskProperties
 

X

XFailedChainsNotification - Class in com.atlassian.bamboo.specs.builders.notification
Represents a notification sent when plan consecutively fails for a specified number of times.
XFailedChainsNotification() - Constructor for class com.atlassian.bamboo.specs.builders.notification.XFailedChainsNotification
 
XFailedChainsNotificationProperties - Class in com.atlassian.bamboo.specs.model.notification
 
XFailedChainsNotificationProperties(int) - Constructor for class com.atlassian.bamboo.specs.model.notification.XFailedChainsNotificationProperties
 

Y

YAMLERS - Static variable in class com.atlassian.bamboo.specs.util.CustomYamlers
 
YamlFile - Class in com.atlassian.bamboo.specs.util
 
Yamlizator - Class in com.atlassian.bamboo.specs.util
 
A B C D E F G H I J K L M N O P R S T U V W X Y 
Skip navigation links

Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.