Skip navigation links
A B C D E F G H I J K L M N O P Q 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
 
AbstractPlanIdentifierProperties - Class in com.atlassian.bamboo.specs.api.model.plan
 
AbstractPlanIdentifierProperties() - Constructor for class com.atlassian.bamboo.specs.api.model.plan.AbstractPlanIdentifierProperties
 
AbstractPlanIdentifierProperties(BambooKeyProperties, BambooOidProperties) - Constructor for class com.atlassian.bamboo.specs.api.model.plan.AbstractPlanIdentifierProperties
 
AbstractPlanProperties - Class in com.atlassian.bamboo.specs.api.model.plan
 
AbstractPlanProperties(BambooOidProperties, BambooKeyProperties, String, String, boolean, Collection<PluginConfigurationProperties>) - Constructor for class com.atlassian.bamboo.specs.api.model.plan.AbstractPlanProperties
 
AbstractPlanValidator - Class in com.atlassian.bamboo.specs.api.validators.plan
 
AbstractThreadPermissionVerifier - Class in com.atlassian.bamboo.specs.maven.sandbox
A permission checker with very limited set of allowed permissions.
AbstractThreadPermissionVerifier() - Constructor for class com.atlassian.bamboo.specs.maven.sandbox.AbstractThreadPermissionVerifier
 
AccessControlContextHackcessor - Class in com.atlassian.bamboo.specs.maven.sandbox
This class exists to provide access to AccessControlContext.getContext() method, which is package protected.
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.
addDefaultPermissions() - Method in class com.atlassian.bamboo.specs.api.builders.permission.PlanPermissions
Adds defaults permissions, ie.
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
 
ALL_OTHER_PLUGINS_MODULE_KEY - Static variable in class com.atlassian.bamboo.specs.api.model.plan.configuration.AllOtherPluginsConfigurationProperties
 
ALL_OTHER_TRIGGER_CONDITION_PLUGINS_MODULE_KEY - Static variable in class com.atlassian.bamboo.specs.api.model.trigger.AllOtherTriggerConditionProperties
 
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.
allAvailableTriggeringRepositories() - Method in class com.atlassian.bamboo.specs.api.builders.trigger.RepositoryBasedTrigger
Sets all repositories available in this plan and making sense for specific trigger type (exp: all Bitbucket repositories defined in plan for Bitbucket trigger) for the trigger.
AllOtherPluginsConfiguration - Class in com.atlassian.bamboo.specs.api.builders.plan.configuration
Builder for all the plugins that don't have proper builders.
AllOtherPluginsConfiguration() - Constructor for class com.atlassian.bamboo.specs.api.builders.plan.configuration.AllOtherPluginsConfiguration
 
AllOtherPluginsConfigurationProperties - Class in com.atlassian.bamboo.specs.api.model.plan.configuration
 
AllOtherPluginsConfigurationProperties(Map<String, Object>) - Constructor for class com.atlassian.bamboo.specs.api.model.plan.configuration.AllOtherPluginsConfigurationProperties
 
AllOtherTriggerCondition - Class in com.atlassian.bamboo.specs.api.builders.trigger
 
AllOtherTriggerCondition() - Constructor for class com.atlassian.bamboo.specs.api.builders.trigger.AllOtherTriggerCondition
 
AllOtherTriggerConditionProperties - Class in com.atlassian.bamboo.specs.api.model.trigger
 
AllOtherTriggerConditionProperties(Map<String, String>) - Constructor for class com.atlassian.bamboo.specs.api.model.trigger.AllOtherTriggerConditionProperties
 
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.
AnonymousUserPermissions - Class in com.atlassian.bamboo.specs.api.builders.permission
 
AnonymousUserPermissions() - Constructor for class com.atlassian.bamboo.specs.api.builders.permission.AnonymousUserPermissions
 
AnonymousUserPermissionsProperties - Class in com.atlassian.bamboo.specs.api.model.permission
 
AnonymousUserPermissionsProperties(Collection<PermissionType>) - Constructor for class com.atlassian.bamboo.specs.api.model.permission.AnonymousUserPermissionsProperties
 
anonymousUserPermissionView() - Method in class com.atlassian.bamboo.specs.api.builders.permission.Permissions
 
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
 
AnyConditionProperties - Class in com.atlassian.bamboo.specs.api.model.plan.condition
 
AnyConditionProperties(AtlassianModuleProperties, Map<String, String>) - Constructor for class com.atlassian.bamboo.specs.api.model.plan.condition.AnyConditionProperties
 
AnyNotificationRecipient - Class in com.atlassian.bamboo.specs.api.builders.notification
Represents any type of notification recipient.
AnyNotificationRecipient(AtlassianModule) - Constructor for class com.atlassian.bamboo.specs.api.builders.notification.AnyNotificationRecipient
Specifies a notification recipient of a given type.
AnyNotificationRecipientEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.notification
 
AnyNotificationRecipientEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.notification.AnyNotificationRecipientEmitter
 
AnyNotificationRecipientProperties - Class in com.atlassian.bamboo.specs.api.model.notification
 
AnyNotificationRecipientProperties(AtlassianModuleProperties, String) - Constructor for class com.atlassian.bamboo.specs.api.model.notification.AnyNotificationRecipientProperties
 
AnyNotificationRecipientProperties(AtlassianModuleProperties, String, EnumSet<Applicability>) - Constructor for class com.atlassian.bamboo.specs.api.model.notification.AnyNotificationRecipientProperties
 
AnyNotificationType - Class in com.atlassian.bamboo.specs.api.builders.notification
Represents any notification type.
AnyNotificationType(AtlassianModule) - Constructor for class com.atlassian.bamboo.specs.api.builders.notification.AnyNotificationType
Specifies a notification condition of a given type.
AnyNotificationTypeEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.notification
 
AnyNotificationTypeEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.notification.AnyNotificationTypeEmitter
 
AnyNotificationTypeProperties - Class in com.atlassian.bamboo.specs.api.model.notification
 
AnyNotificationTypeProperties(AtlassianModuleProperties, String) - Constructor for class com.atlassian.bamboo.specs.api.model.notification.AnyNotificationTypeProperties
 
AnyNotificationTypeProperties(AtlassianModuleProperties, String, EnumSet<Applicability>) - Constructor for class com.atlassian.bamboo.specs.api.model.notification.AnyNotificationTypeProperties
 
AnyPluginConfiguration - Class in com.atlassian.bamboo.specs.api.builders.deployment.configuration
 
AnyPluginConfiguration(AtlassianModule) - Constructor for class com.atlassian.bamboo.specs.api.builders.deployment.configuration.AnyPluginConfiguration
Specifies a configuration for a specified plugin.
AnyPluginConfigurationProperties - Class in com.atlassian.bamboo.specs.api.model.deployment.configuration
 
AnyPluginConfigurationProperties(AtlassianModuleProperties, Map<String, String>) - Constructor for class com.atlassian.bamboo.specs.api.model.deployment.configuration.AnyPluginConfigurationProperties
 
AnySharedCredentials - Class in com.atlassian.bamboo.specs.api.builders.credentials
Represents a shared credentials data of any type.
AnySharedCredentials(String, AtlassianModule) - Constructor for class com.atlassian.bamboo.specs.api.builders.credentials.AnySharedCredentials
Create a shared credential of given name and type.
AnySharedCredentialsProperties - Class in com.atlassian.bamboo.specs.api.model.credentials
 
AnySharedCredentialsProperties(AtlassianModuleProperties, String, BambooOidProperties, Map<String, Object>) - Constructor for class com.atlassian.bamboo.specs.api.model.credentials.AnySharedCredentialsProperties
 
AnySharedCredentialsProperties(AtlassianModuleProperties, String, BambooOidProperties, Map<String, Object>, ProjectProperties) - Constructor for class com.atlassian.bamboo.specs.api.model.credentials.AnySharedCredentialsProperties
 
AnyTask - Class in com.atlassian.bamboo.specs.api.builders.task
Represents a task of any type.
AnyTask(AnyTask) - Constructor for class com.atlassian.bamboo.specs.api.builders.task.AnyTask
 
AnyTask(AtlassianModule) - Constructor for class com.atlassian.bamboo.specs.api.builders.task.AnyTask
Specifies a task of given type.
AnyTaskCondition - Class in com.atlassian.bamboo.specs.api.builders.condition
 
AnyTaskCondition(AtlassianModule) - Constructor for class com.atlassian.bamboo.specs.api.builders.condition.AnyTaskCondition
Specifies a condition of given type.
AnyTaskProperties - Class in com.atlassian.bamboo.specs.api.model.task
 
AnyTaskProperties(AtlassianModuleProperties, String, boolean, Map<String, String>, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.api.model.task.AnyTaskProperties
 
AnyTrigger - Class in com.atlassian.bamboo.specs.api.builders.trigger
Represents a trigger of any type.
AnyTrigger(AtlassianModule) - Constructor for class com.atlassian.bamboo.specs.api.builders.trigger.AnyTrigger
Specifies a trigger of given type.
AnyTrigger(AnyTrigger) - Constructor for class com.atlassian.bamboo.specs.api.builders.trigger.AnyTrigger
 
AnyTriggerCondition<T extends AnyTriggerCondition<T,P>,P extends AnyTriggerConditionProperties> - Class in com.atlassian.bamboo.specs.api.builders.trigger
 
AnyTriggerCondition() - Constructor for class com.atlassian.bamboo.specs.api.builders.trigger.AnyTriggerCondition
Deprecated.
since 8.0.1. Use AllOtherTriggerCondition
AnyTriggerCondition(AtlassianModule) - Constructor for class com.atlassian.bamboo.specs.api.builders.trigger.AnyTriggerCondition
 
AnyTriggerConditionProperties - Class in com.atlassian.bamboo.specs.api.model.trigger
 
AnyTriggerConditionProperties(AtlassianModuleProperties, Map<String, String>) - Constructor for class com.atlassian.bamboo.specs.api.model.trigger.AnyTriggerConditionProperties
 
AnyTriggerProperties - Class in com.atlassian.bamboo.specs.api.model.trigger
 
AnyTriggerProperties(AtlassianModuleProperties, String, String, boolean, Set<TriggerConditionProperties>, Map<String, String>, RepositoryBasedTrigger.TriggeringRepositoriesType, List<VcsRepositoryIdentifierProperties>) - Constructor for class com.atlassian.bamboo.specs.api.model.trigger.AnyTriggerProperties
 
AnyVcsRepository - Class in com.atlassian.bamboo.specs.api.builders.repository
Represents a vcs repository of any type.
AnyVcsRepository(AtlassianModuleProperties) - Constructor for class com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository
Specifies a repository of given type.
AnyVcsRepository(AtlassianModule) - Constructor for class com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository
Specifies a repository of given type.
AnyVcsRepositoryProperties - Class in com.atlassian.bamboo.specs.api.model.repository
 
AnyVcsRepositoryProperties(AtlassianModuleProperties, String, BambooOidProperties, String, String, Map<String, Object>, Map<String, Object>, VcsChangeDetectionProperties, Map<String, Object>, VcsRepositoryViewerProperties) - Constructor for class com.atlassian.bamboo.specs.api.model.repository.AnyVcsRepositoryProperties
 
AnyVcsRepositoryProperties(AtlassianModuleProperties, String, BambooOidProperties, String, String, ProjectProperties, Map<String, Object>, Map<String, Object>, VcsChangeDetectionProperties, Map<String, Object>, VcsRepositoryViewerProperties) - Constructor for class com.atlassian.bamboo.specs.api.model.repository.AnyVcsRepositoryProperties
 
AnyVcsRepositoryViewer - Class in com.atlassian.bamboo.specs.api.builders.repository.viewer
Represents a vcs repository viewer of any type.
AnyVcsRepositoryViewer(String) - Constructor for class com.atlassian.bamboo.specs.api.builders.repository.viewer.AnyVcsRepositoryViewer
Specifies a repository viewer of given type.
AnyVcsRepositoryViewer(AtlassianModule) - Constructor for class com.atlassian.bamboo.specs.api.builders.repository.viewer.AnyVcsRepositoryViewer
Specifies a repository viewer of given type.
AnyVcsRepositoryViewer(AtlassianModuleProperties) - Constructor for class com.atlassian.bamboo.specs.api.builders.repository.viewer.AnyVcsRepositoryViewer
Specifies a repository viewer of given type.
AnyVcsRepositoryViewerEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.repository.viewer
 
AnyVcsRepositoryViewerEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.repository.viewer.AnyVcsRepositoryViewerEmitter
 
AnyVcsRepositoryViewerProperties - Class in com.atlassian.bamboo.specs.api.model.repository.viewer
 
AnyVcsRepositoryViewerProperties(AtlassianModuleProperties, Map<String, Object>) - Constructor for class com.atlassian.bamboo.specs.api.model.repository.viewer.AnyVcsRepositoryViewerProperties
 
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.
Applicability - Enum in com.atlassian.bamboo.specs.api.builders
 
applicableTo() - Method in class com.atlassian.bamboo.specs.api.model.notification.AnyNotificationRecipientProperties
 
applicableTo() - Method in class com.atlassian.bamboo.specs.api.model.notification.AnyNotificationTypeProperties
 
applicableTo() - Method in class com.atlassian.bamboo.specs.api.model.notification.NotificationRecipientProperties
Determines if notification recipient is applicable to Applicability.PLANS or Applicability.DEPLOYMENTS.
applicableTo() - Method in class com.atlassian.bamboo.specs.api.model.notification.NotificationTypeProperties
Determines if notification type is applicable to Applicability.PLANS or Applicability.DEPLOYMENTS.
applicableTo() - Method in class com.atlassian.bamboo.specs.api.model.task.TaskProperties
 
applicableTo() - Method in class com.atlassian.bamboo.specs.api.model.trigger.RepositoryBasedTriggerProperties
 
applicableTo() - Method in class com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties
 
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
 
applicableToBranches(boolean) - Method in class com.atlassian.bamboo.specs.api.builders.deployment.ReleaseNaming
Specifies if this naming scheme should be applied to releases created from plan branches.
ApplicationLink - Class in com.atlassian.bamboo.specs.api.builders.applink
Represents application link between Bamboo and another application, for instance Bitbucket Server.
ApplicationLink() - Constructor for class com.atlassian.bamboo.specs.api.builders.applink.ApplicationLink
 
ApplicationLinkProperties - Class in com.atlassian.bamboo.specs.api.model.applink
 
ApplicationLinkProperties(String, String) - Constructor for class com.atlassian.bamboo.specs.api.model.applink.ApplicationLinkProperties
 
apply(Path) - Method in class com.atlassian.bamboo.specs.maven.sandbox.FileToBambooSpecsMapper
 
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 - Class in com.atlassian.bamboo.specs.api.builders.plan.artifact
Represents Bamboo artifact definition.
Artifact() - Constructor for class com.atlassian.bamboo.specs.api.builders.plan.artifact.Artifact
 
Artifact(String) - Constructor for class com.atlassian.bamboo.specs.api.builders.plan.artifact.Artifact
Specify an artifact with given name.
artifact(String) - Method in class com.atlassian.bamboo.specs.api.builders.plan.artifact.ArtifactSubscription
Sets name of the artifact to download.
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
 
ArtifactProperties - Class in com.atlassian.bamboo.specs.api.model.plan.artifact
 
ArtifactProperties(String, List<String>, List<String>, String, boolean, boolean, boolean) - Constructor for class com.atlassian.bamboo.specs.api.model.plan.artifact.ArtifactProperties
 
artifacts(Artifact...) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Job
Adds provided Artifacts to the list of artifacts produced by the job.
artifacts(DownloadItem...) - Method in class com.atlassian.bamboo.specs.builders.task.ArtifactDownloaderTask
Adds download requests.
ArtifactSubscription - Class in com.atlassian.bamboo.specs.api.builders.plan.artifact
Represents an artifact subscription.
ArtifactSubscription() - Constructor for class com.atlassian.bamboo.specs.api.builders.plan.artifact.ArtifactSubscription
Specify an artifact subscription.
ArtifactSubscriptionProperties - Class in com.atlassian.bamboo.specs.api.model.plan.artifact
 
ArtifactSubscriptionProperties(String, String) - Constructor for class com.atlassian.bamboo.specs.api.model.plan.artifact.ArtifactSubscriptionProperties
 
artifactSubscriptions(ArtifactSubscription...) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Job
Add artifact subscriptions.
ATLASSIAN_PLUGIN - Static variable in class com.atlassian.bamboo.specs.model.notification.XFailedChainsNotificationProperties
 
AtlassianModule - Class in com.atlassian.bamboo.specs.api.builders
Represents an identifier of any Atlassian plugin module.
AtlassianModule(String) - Constructor for class com.atlassian.bamboo.specs.api.builders.AtlassianModule
Specify an Atlassian plugin module with specific key.
AtlassianModuleProperties - Class in com.atlassian.bamboo.specs.api.model
 
AtlassianModuleProperties(String) - Constructor for class com.atlassian.bamboo.specs.api.model.AtlassianModuleProperties
 
AtlassianModuleValidator - Class in com.atlassian.bamboo.specs.api.validators
 
atlassianPlugin - Variable in class com.atlassian.bamboo.specs.api.builders.condition.AnyTaskCondition
 
atlassianPlugin - Variable in class com.atlassian.bamboo.specs.api.builders.credentials.AnySharedCredentials
 
atlassianPlugin - Variable in class com.atlassian.bamboo.specs.api.model.plan.condition.AnyConditionProperties
 
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
 
autoIncrement(boolean) - Method in class com.atlassian.bamboo.specs.api.builders.deployment.ReleaseNaming
Specifies if Bamboo should automatically increment numeric part of release name.

B

BAMBOO_SPECS_MAX_ALIASES_FOR_COLLECTIONS_PROPERTY - Static variable in class com.atlassian.bamboo.specs.util.Yamlizator
 
BambooKey - Class in com.atlassian.bamboo.specs.api.builders
Represents a short key of an Bamboo entity (project, plan, job, etc).
BambooKey(String) - Constructor for class com.atlassian.bamboo.specs.api.builders.BambooKey
Specify key of provided value.
BambooKeyProperties - Class in com.atlassian.bamboo.specs.api.model
 
BambooKeyProperties(String) - Constructor for class com.atlassian.bamboo.specs.api.model.BambooKeyProperties
 
BambooKeyValidator - Class in com.atlassian.bamboo.specs.api.validators
 
BambooOid - Class in com.atlassian.bamboo.specs.api.builders
Represents an unique identifier of Bamboo entity (project, plan, repository, job, etc.) Those identifiers are generated by Bamboo and thus are not available when creating new objects, therefore secondary identifiers, i.e.
BambooOid(String) - Constructor for class com.atlassian.bamboo.specs.api.builders.BambooOid
Specify an entity oid from its string value.
BambooOidProperties - Class in com.atlassian.bamboo.specs.api.model
 
BambooOidProperties(String) - Constructor for class com.atlassian.bamboo.specs.api.model.BambooOidProperties
 
BambooOidValidator - Class in com.atlassian.bamboo.specs.api.validators
 
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.
BambooSpec - Annotation Type in com.atlassian.bamboo.specs.api
 
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.
BambooSpecsFileScanner - Class in com.atlassian.bamboo.specs.maven
 
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.
BambooSpecsPublishingException - Exception in com.atlassian.bamboo.specs.api.exceptions
Exception thrown for unsuccessful publishing of Bamboo Specs.
BambooSpecsPublishingException(RootEntityPropertiesBuilder<?>, BambooSpecsPublishingException.ErrorType, String, String, Throwable) - Constructor for exception com.atlassian.bamboo.specs.api.exceptions.BambooSpecsPublishingException
Creates an instance of the exception.
BambooSpecsPublishingException.ErrorType - Enum in com.atlassian.bamboo.specs.api.exceptions
Known possible failure types.
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.
BambooSpecsSecurityManager - Class in com.atlassian.bamboo.specs.maven.sandbox
A security manager that treats one thread in a JVM as a high-privilege, unrestricted thread.
BambooSpecsSecurityManager() - Constructor for class com.atlassian.bamboo.specs.maven.sandbox.BambooSpecsSecurityManager
 
BambooSpecVersion - Class in com.atlassian.bamboo.specs.util
Holds the Bamboo Specs version.
BambooStringUtils - Class in com.atlassian.bamboo.specs.api.validators.common
 
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, 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, 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
 
BitbucketCloudTrigger - Class in com.atlassian.bamboo.specs.builders.trigger
Represents Bitbucket Cloud trigger that indicates the integration of webhooks.
BitbucketCloudTrigger() - Constructor for class com.atlassian.bamboo.specs.builders.trigger.BitbucketCloudTrigger
 
BitbucketCloudTriggerProperties - Class in com.atlassian.bamboo.specs.model.trigger
 
BitbucketCloudTriggerProperties(String, boolean, Set<TriggerConditionProperties>, RepositoryBasedTrigger.TriggeringRepositoriesType, List<VcsRepositoryIdentifierProperties>) - Constructor for class com.atlassian.bamboo.specs.model.trigger.BitbucketCloudTriggerProperties
 
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
 
blockingStrategy(DependenciesConfiguration.DependencyBlockingStrategy) - Method in class com.atlassian.bamboo.specs.api.builders.plan.dependencies.DependenciesConfiguration
Selects dependency blocking strategy.
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.
BranchCleanup - Class in com.atlassian.bamboo.specs.api.builders.plan.branches
Represent configuration of branch cleanup.
BranchCleanup() - Constructor for class com.atlassian.bamboo.specs.api.builders.plan.branches.BranchCleanup
 
BranchCleanupEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.plan.branches
 
BranchCleanupEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.plan.branches.BranchCleanupEmitter
 
BranchCleanupProperties - Class in com.atlassian.bamboo.specs.api.model.plan.branches
 
BranchCleanupProperties(boolean, Duration, boolean, Duration) - Constructor for class com.atlassian.bamboo.specs.api.model.plan.branches.BranchCleanupProperties
 
BranchCleanupValidator - Class in com.atlassian.bamboo.specs.api.validators.plan.branch
 
branchConfiguration(PlanBranchConfiguration) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
On a Specs plan branch, defines branch specific configuration.
branchConfiguration(Map<String, Object>) - Method in class com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository
Sets branch part of the configuration.
BranchCreationValidator - Class in com.atlassian.bamboo.specs.api.validators.plan.branch
 
branchDetectionConfiguration(Map<String, Object>) - Method in class com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository
Sets branch detection part of the configuration.
branchDisplayName(String) - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsRepositoryBranch
Specifies display name for the branch.
BranchIntegration - Class in com.atlassian.bamboo.specs.api.builders.plan.branches
Represents branch merging strategy.
BranchIntegration() - Constructor for class com.atlassian.bamboo.specs.api.builders.plan.branches.BranchIntegration
 
branchIntegration(BranchIntegration) - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.PlanBranchConfiguration
Sets merge strategy for this plan branch.
branchIntegration(BranchIntegration) - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.PlanBranchManagement
Sets default merge strategy for new branches.
BranchIntegrationProperties - Class in com.atlassian.bamboo.specs.api.model.plan.branches
 
BranchIntegrationProperties(boolean, PlanBranchIdentifierProperties, boolean, boolean) - Constructor for class com.atlassian.bamboo.specs.api.model.plan.branches.BranchIntegrationProperties
 
branchName(String) - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsRepositoryBranch
Specifies a branch.
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.api.builders.applink.ApplicationLink
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.AtlassianModule
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.BambooKey
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.BambooOid
 
build(EntityPropertiesBuilder<T>) - Static method in class com.atlassian.bamboo.specs.api.builders.CallEntityPropertiesBuilder
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.condition.AnyTaskCondition
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.condition.TaskCondition
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.credentials.AnySharedCredentials
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentials
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentialsIdentifier
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.deployment.configuration.AnyPluginConfiguration
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.deployment.configuration.EnvironmentPluginConfiguration
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.deployment.Deployment
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.deployment.Environment
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.deployment.ReleaseNaming
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.docker.DockerConfiguration
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.label.EmptyLabelsList
Deprecated.
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.label.Label
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.notification.AnyNotificationRecipient
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.notification.AnyNotificationType
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.notification.EmptyNotificationsList
Deprecated.
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.notification.Notification
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.notification.NotificationRecipient
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.notification.NotificationType
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.permission.AnonymousUserPermissions
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.permission.DeploymentPermissions
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.permission.EnvironmentPermissions
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.permission.GroupPermission
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.permission.LoggedInUserPermissions
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.permission.Permissions
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.permission.PlanPermissions
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.permission.ProjectPermissions
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.permission.UserPermission
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.plan.artifact.Artifact
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.plan.artifact.ArtifactSubscription
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.BranchCleanup
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.BranchIntegration
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.PlanBranchConfiguration
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.PlanBranchManagement
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.plan.configuration.AllOtherPluginsConfiguration
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.plan.configuration.ConcurrentBuilds
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.plan.configuration.PluginConfiguration
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.plan.dependencies.Dependencies
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.plan.dependencies.DependenciesConfiguration
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.plan.dependencies.EmptyDependenciesList
Deprecated.
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.plan.Job
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.plan.PlanBranchIdentifier
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.plan.PlanIdentifier
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.plan.Stage
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.project.Project
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.repository.PlanRepositoryLink
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsChangeDetection
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsRepository
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsRepositoryBranch
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsRepositoryIdentifier
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.repository.viewer.AnyVcsRepositoryViewer
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.repository.viewer.VcsRepositoryViewer
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.requirement.Requirement
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.task.AnyTask
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.task.Task
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.trigger.AllOtherTriggerCondition
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.trigger.AnyTrigger
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.trigger.AnyTriggerCondition
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.trigger.Trigger
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.trigger.TriggerCondition
 
build() - Method in class com.atlassian.bamboo.specs.api.builders.Variable
 
build(B) - Static method in class com.atlassian.bamboo.specs.api.util.EntityPropertiesBuilders
 
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.BitbucketCloudTrigger
 
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
 
Builder - Annotation Type in com.atlassian.bamboo.specs.api.codegen.annotations
Names builder class for entity properties.
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

CallEntityPropertiesBuilder<T extends EntityProperties> - Class in com.atlassian.bamboo.specs.api.builders
Used to call protected EntityPropertiesBuilder.build().
CallEntityPropertiesBuilder() - Constructor for class com.atlassian.bamboo.specs.api.builders.CallEntityPropertiesBuilder
 
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.
changeDetectionConfiguration(VcsChangeDetection) - Method in class com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository
Sets change detection part of the configuration.
changesetFilterPatternRegex(String) - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsChangeDetection
Excludes certain changes from being picked up by Bamboo.
CHAR_APOSTROPHE - Static variable in class com.atlassian.bamboo.specs.api.validators.common.BambooStringUtils
 
CHAR_BACKSLASH - Static variable in class com.atlassian.bamboo.specs.api.validators.common.BambooStringUtils
 
CHAR_DOUBLE_QUOTE - Static variable in class com.atlassian.bamboo.specs.api.validators.common.BambooStringUtils
 
checkAccess(Thread) - Method in class com.atlassian.bamboo.specs.maven.sandbox.BambooSpecsSecurityManager
 
checkArgument(ValidationContext, boolean, Object) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ImporterUtils
 
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
 
checkLength(ValidationContext, String, int, String) - Static method in class com.atlassian.bamboo.specs.api.validators.common.DbConstraintUtils
 
checkNoErrors(List<ValidationProblem>) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ImporterUtils
 
checkNoErrors(Optional<ValidationProblem>) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ImporterUtils
 
checkNotBlank(String, String) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ImporterUtils
Used to extra validate argument that shouldn't be blank.
checkNotBlank(ValidationContext, String, String) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ImporterUtils
Used to extra validate argument that shouldn't be blank.
checkNotEmpty(String, String) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ImporterUtils
 
checkNotEmpty(ValidationContext, String, String) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ImporterUtils
 
checkNotNegative(String, int) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ImporterUtils
Used during building properties to check that a number is a non-negative integer.
checkNotNegative(ValidationContext, String, int) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ImporterUtils
Used during building properties to check that a number is a non-negative integer.
checkNotNull(String, T) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ImporterUtils
Used to extra validate argument that shouldn't be null to throw our exception instead of NPE.
checkNotNull(ValidationContext, String, T) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ImporterUtils
Used to extra validate argument that shouldn't be null to throw our exception instead of NPE.
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
 
checkPermission(Permission) - Method in class com.atlassian.bamboo.specs.maven.sandbox.AbstractThreadPermissionVerifier
 
checkPermission(Permission, Object) - Method in class com.atlassian.bamboo.specs.maven.sandbox.AbstractThreadPermissionVerifier
 
checkPermission(Permission) - Method in class com.atlassian.bamboo.specs.maven.sandbox.BambooSpecsSecurityManager
 
checkPermission(Permission, Object) - Method in class com.atlassian.bamboo.specs.maven.sandbox.BambooSpecsSecurityManager
 
checkPermission(Permission) - Method in enum com.atlassian.bamboo.specs.maven.sandbox.HighPrivilegeThreadPermissionVerifier
 
checkPermission(Permission, Object) - Method in enum com.atlassian.bamboo.specs.maven.sandbox.HighPrivilegeThreadPermissionVerifier
 
checkPermission(Permission) - Method in interface com.atlassian.bamboo.specs.maven.sandbox.ThreadPermissionVerifier
 
checkPermission(Permission, Object) - Method in interface com.atlassian.bamboo.specs.maven.sandbox.ThreadPermissionVerifier
 
checkPermissionFor(Permission) - Method in class com.atlassian.bamboo.specs.maven.sandbox.AbstractThreadPermissionVerifier
This method will get invoked if a standard Applet security manager declined access.
checkPermissionFor(Permission) - Method in class com.atlassian.bamboo.specs.maven.sandbox.LowPrivilegeThreadPermissionVerifier
 
checkPermissionFor(Permission) - Method in class com.atlassian.bamboo.specs.maven.sandbox.ReflectionEnabledThreadPermissionVerifier
 
checkPluginKey(ValidationContext, AtlassianModuleProperties, AtlassianModuleProperties) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ImporterUtils
 
checkPositive(String, int) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ImporterUtils
Used during building properties to check that a number is a positive integer.
checkPositive(String, long) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ImporterUtils
Used during building properties to check that a number is a positive integer.
checkPositive(ValidationContext, String, int) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ImporterUtils
Used during building properties to check that a number is a positive integer.
checkPositive(ValidationContext, String, long) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ImporterUtils
Used during building properties to check that a number is a positive integer.
checkRequired(ValidationContext, Object) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ImporterUtils
Used during building properties object when some property is missing.
checkRequired(ValidationContext, String, Object) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ImporterUtils
Used during building properties object when some property is missing.
checkRequiredNotBlank(ValidationContext, String) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ImporterUtils
Used during building properties object when some property is missing.
checkThat(ValidationContext, boolean, String, Object...) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ImporterUtils
 
checkThat(String, boolean) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ImporterUtils
 
childPlans(PlanIdentifier...) - Method in class com.atlassian.bamboo.specs.api.builders.plan.dependencies.Dependencies
Adds child plans.
childPlans(PlanIdentifier...) - Method in class com.atlassian.bamboo.specs.api.builders.plan.dependencies.EmptyDependenciesList
Deprecated.
 
cleanCheckout(boolean) - Method in class com.atlassian.bamboo.specs.builders.task.VcsCheckoutTask
Enables/disabled clean checkout.
cleanupEnabled(boolean) - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.PlanBranchConfiguration
Enables/disables automatic removal of this plan branch.
cleanWorkingDirectory(boolean) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Job
Specifies if job should clean working directory after executing.
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
 
clearNotifications() - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Clears all notifications previously added to this plan.
clearPermissionCheckers() - Static method in class com.atlassian.bamboo.specs.maven.sandbox.BambooSpecsSecurityManager
Clear the permission checkers used by the BambooSpecsSecurityManager.
clearPortMappings() - Method in class com.atlassian.bamboo.specs.builders.task.DockerRunContainerTask
Clears port mappings configuration.
clearTriggers() - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Clears all previously added triggers to this plan.
clearVolumeMappings() - Method in class com.atlassian.bamboo.specs.builders.task.DockerRunContainerTask
Clears volume mappings configuration.
CodeEmitter<T> - Interface in com.atlassian.bamboo.specs.api.codegen
BambooSpecs generator for a specific field or type.
CodeGenerationContext - Class in com.atlassian.bamboo.specs.api.codegen
Context for generating Bamboo Specs code.
CodeGenerationContext() - Constructor for class com.atlassian.bamboo.specs.api.codegen.CodeGenerationContext
 
CodeGenerationException - Exception in com.atlassian.bamboo.specs.api.codegen
 
CodeGenerationException(String) - Constructor for exception com.atlassian.bamboo.specs.api.codegen.CodeGenerationException
 
CodeGenerationException(String, Throwable) - Constructor for exception com.atlassian.bamboo.specs.api.codegen.CodeGenerationException
 
CodeGenerationUtils - Class in com.atlassian.bamboo.specs.codegen.emitters
 
CodeGenerator - Annotation Type in com.atlassian.bamboo.specs.api.codegen.annotations
Custom Bamboo Specs generator for EntityProperties class or a field.
CodeGeneratorName - Annotation Type in com.atlassian.bamboo.specs.api.codegen.annotations
Custom Bamboo Specs generator for EntityProperties class or a field.
com.atlassian.bamboo.specs.api - package com.atlassian.bamboo.specs.api
Contains base @BambooSpec annotation used to mark classes containing configuration as code.
com.atlassian.bamboo.specs.api.annotations - package com.atlassian.bamboo.specs.api.annotations
Helper annotations.
com.atlassian.bamboo.specs.api.builders - package com.atlassian.bamboo.specs.api.builders
The 'builders.*' packages contain classes you can use to define your Bamboo configuration as code, see also com.atlassian.bamboo.specs.builders.
com.atlassian.bamboo.specs.api.builders.applink - package com.atlassian.bamboo.specs.api.builders.applink
Application Links (for instance to integrate with JIRA or Bitbucket Server).
com.atlassian.bamboo.specs.api.builders.condition - package com.atlassian.bamboo.specs.api.builders.condition
Task conditions.
com.atlassian.bamboo.specs.api.builders.credentials - package com.atlassian.bamboo.specs.api.builders.credentials
Shared credentials for authenticating repositories or AWS access.
com.atlassian.bamboo.specs.api.builders.deployment - package com.atlassian.bamboo.specs.api.builders.deployment
Deployment project and environments.
com.atlassian.bamboo.specs.api.builders.deployment.configuration - package com.atlassian.bamboo.specs.api.builders.deployment.configuration
Items stored in environment custom plugins configuration.
com.atlassian.bamboo.specs.api.builders.docker - package com.atlassian.bamboo.specs.api.builders.docker
Builder classes for Docker configuration.
com.atlassian.bamboo.specs.api.builders.label - package com.atlassian.bamboo.specs.api.builders.label
Bamboo labels support.
com.atlassian.bamboo.specs.api.builders.notification - package com.atlassian.bamboo.specs.api.builders.notification
Bamboo notifications support.
com.atlassian.bamboo.specs.api.builders.permission - package com.atlassian.bamboo.specs.api.builders.permission
Permissions like plan permissions, deployment permissions etc.
com.atlassian.bamboo.specs.api.builders.plan - package com.atlassian.bamboo.specs.api.builders.plan
Plan, plan branches, stages and jobs.
com.atlassian.bamboo.specs.api.builders.plan.artifact - package com.atlassian.bamboo.specs.api.builders.plan.artifact
Artifact definitions and artifact subscriptions.
com.atlassian.bamboo.specs.api.builders.plan.branches - package com.atlassian.bamboo.specs.api.builders.plan.branches
Automatic branch creation, integration and cleanup.
com.atlassian.bamboo.specs.api.builders.plan.configuration - package com.atlassian.bamboo.specs.api.builders.plan.configuration
Items stored in plan configuration, including (but not limited to) items from 'Miscellaneous' page.
com.atlassian.bamboo.specs.api.builders.plan.dependencies - package com.atlassian.bamboo.specs.api.builders.plan.dependencies
Plan dependencies (so that build of one plan may trigger builds of another plans).
com.atlassian.bamboo.specs.api.builders.project - package com.atlassian.bamboo.specs.api.builders.project
Bamboo project (which is a container for plans).
com.atlassian.bamboo.specs.api.builders.repository - package com.atlassian.bamboo.specs.api.builders.repository
Generic plan-local and linked source code repositories as well as change detection settings, see also com.atlassian.bamboo.specs.builders.repository for specific repository types.
com.atlassian.bamboo.specs.api.builders.repository.viewer - package com.atlassian.bamboo.specs.api.builders.repository.viewer
Generic repository viewers, see also com.atlassian.bamboo.specs.builders.repository.viewer for specific viewers.
com.atlassian.bamboo.specs.api.builders.requirement - package com.atlassian.bamboo.specs.api.builders.requirement
Custom requirements for a job.
com.atlassian.bamboo.specs.api.builders.task - package com.atlassian.bamboo.specs.api.builders.task
Generic classes, such as the AnyTask class for handling tasks unsupported by Bamboo Specs.
com.atlassian.bamboo.specs.api.builders.trigger - package com.atlassian.bamboo.specs.api.builders.trigger
Build triggers.
com.atlassian.bamboo.specs.api.codegen - package com.atlassian.bamboo.specs.api.codegen
Conversion of EntityProperties model into Java.
com.atlassian.bamboo.specs.api.codegen.annotations - package com.atlassian.bamboo.specs.api.codegen.annotations
Annotations used for conversion of EntityProperties model into Java.
com.atlassian.bamboo.specs.api.context - package com.atlassian.bamboo.specs.api.context
Runtime context for RSS.
com.atlassian.bamboo.specs.api.exceptions - package com.atlassian.bamboo.specs.api.exceptions
Exceptions thrown by Bamboo Specs library.
com.atlassian.bamboo.specs.api.model - package com.atlassian.bamboo.specs.api.model
The 'model.*' packages contain internal data representation of various Bamboo entities, you usually won't use them directly.
com.atlassian.bamboo.specs.api.model.applink - package com.atlassian.bamboo.specs.api.model.applink
Application Links (for instance to integrate with JIRA or Bitbucket Server).
com.atlassian.bamboo.specs.api.model.credentials - package com.atlassian.bamboo.specs.api.model.credentials
Shared credentials for authenticating repositories or AWS access.
com.atlassian.bamboo.specs.api.model.deployment - package com.atlassian.bamboo.specs.api.model.deployment
Deployment project and environments.
com.atlassian.bamboo.specs.api.model.deployment.configuration - package com.atlassian.bamboo.specs.api.model.deployment.configuration
Items stored in environment custom plugins configuration.
com.atlassian.bamboo.specs.api.model.docker - package com.atlassian.bamboo.specs.api.model.docker
Properties classes for Docker configuration.
com.atlassian.bamboo.specs.api.model.label - package com.atlassian.bamboo.specs.api.model.label
Bamboo labels support.
com.atlassian.bamboo.specs.api.model.notification - package com.atlassian.bamboo.specs.api.model.notification
Bamboo notifications support.
com.atlassian.bamboo.specs.api.model.permission - package com.atlassian.bamboo.specs.api.model.permission
Immutable permissions like plan permissions properties, deployment permissions properties etc.
com.atlassian.bamboo.specs.api.model.plan - package com.atlassian.bamboo.specs.api.model.plan
Plan, plan branches, stages and jobs.
com.atlassian.bamboo.specs.api.model.plan.artifact - package com.atlassian.bamboo.specs.api.model.plan.artifact
Artifact definitions and artifact subscriptions.
com.atlassian.bamboo.specs.api.model.plan.branches - package com.atlassian.bamboo.specs.api.model.plan.branches
Automatic branch creation, integration and cleanup.
com.atlassian.bamboo.specs.api.model.plan.condition - package com.atlassian.bamboo.specs.api.model.plan.condition
Task conditions.
com.atlassian.bamboo.specs.api.model.plan.configuration - package com.atlassian.bamboo.specs.api.model.plan.configuration
Items stored in plan configuration, including (but not limited to) items from 'Miscellaneous' page.
com.atlassian.bamboo.specs.api.model.plan.dependencies - package com.atlassian.bamboo.specs.api.model.plan.dependencies
Plan dependencies (so that build of one plan may trigger builds of another plans).
com.atlassian.bamboo.specs.api.model.plan.requirement - package com.atlassian.bamboo.specs.api.model.plan.requirement
Custom requirements for a job.
com.atlassian.bamboo.specs.api.model.project - package com.atlassian.bamboo.specs.api.model.project
Bamboo project (which is a container for plans).
com.atlassian.bamboo.specs.api.model.repository - package com.atlassian.bamboo.specs.api.model.repository
Generic plan-local and linked source code repositories as well as change detection settings.
com.atlassian.bamboo.specs.api.model.repository.viewer - package com.atlassian.bamboo.specs.api.model.repository.viewer
Generic repository viewers.
com.atlassian.bamboo.specs.api.model.task - package com.atlassian.bamboo.specs.api.model.task
The AnyTask class for handling tasks unsupported by Bamboo Specs.
com.atlassian.bamboo.specs.api.model.trigger - package com.atlassian.bamboo.specs.api.model.trigger
Build triggers.
com.atlassian.bamboo.specs.api.rsbs - package com.atlassian.bamboo.specs.api.rsbs
Contains classes used for interaction with Runners.
com.atlassian.bamboo.specs.api.util - package com.atlassian.bamboo.specs.api.util
Utility classes, such as: creating cron expressions.
com.atlassian.bamboo.specs.api.validators - package com.atlassian.bamboo.specs.api.validators
The 'validators.*' packages contain data validators, you usually won't call them directly, unless writing own builders.
com.atlassian.bamboo.specs.api.validators.common - package com.atlassian.bamboo.specs.api.validators.common
Common validators for strings, numbers, database constraints etc.
com.atlassian.bamboo.specs.api.validators.permission - package com.atlassian.bamboo.specs.api.validators.permission
Validate permissions.
com.atlassian.bamboo.specs.api.validators.plan - package com.atlassian.bamboo.specs.api.validators.plan
Validate plan and stage settings.
com.atlassian.bamboo.specs.api.validators.plan.branch - package com.atlassian.bamboo.specs.api.validators.plan.branch
Validate configuration of plan branches.
com.atlassian.bamboo.specs.api.validators.project - package com.atlassian.bamboo.specs.api.validators.project
Validate project settings.
com.atlassian.bamboo.specs.api.validators.repository - package com.atlassian.bamboo.specs.api.validators.repository
Validate generic VCS settings.
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.maven - package com.atlassian.bamboo.specs.maven
Contains classes that allow Bamboo specs to be run with maven.
com.atlassian.bamboo.specs.maven.sandbox - package com.atlassian.bamboo.specs.maven.sandbox
Contains classes to allow running Bamboo specs in secure way.
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
 
commitIsolationEnabled(boolean) - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsChangeDetection
Enables/disables commit isolation.
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
 
ConcurrentBuilds - Class in com.atlassian.bamboo.specs.api.builders.plan.configuration
 
ConcurrentBuilds() - Constructor for class com.atlassian.bamboo.specs.api.builders.plan.configuration.ConcurrentBuilds
 
ConcurrentBuildsProperties - Class in com.atlassian.bamboo.specs.api.model.plan.configuration
 
ConcurrentBuildsProperties(boolean, int) - Constructor for class com.atlassian.bamboo.specs.api.model.plan.configuration.ConcurrentBuildsProperties
 
Condition<T extends EntityProperties> - Interface in com.atlassian.bamboo.specs.api.codegen
Represents a condition.
ConditionProperties - Interface in com.atlassian.bamboo.specs.api.model.plan.condition
 
conditions - Variable in class com.atlassian.bamboo.specs.api.builders.task.Task
 
conditions(TaskCondition<?>...) - Method in class com.atlassian.bamboo.specs.api.builders.task.Task
Adds conditions to this task.
conditions - Variable in class com.atlassian.bamboo.specs.api.builders.trigger.Trigger
 
conditions(TriggerCondition<? extends TriggerCondition<?, ?>, ? extends TriggerConditionProperties>...) - Method in class com.atlassian.bamboo.specs.api.builders.trigger.Trigger
 
conditionString(String) - Method in class com.atlassian.bamboo.specs.api.builders.notification.AnyNotificationType
Sets configuration string for this condition.
config(Map<String, String>) - Method in class com.atlassian.bamboo.specs.api.builders.trigger.AnyTriggerCondition
Deprecated.
configuration - Variable in class com.atlassian.bamboo.specs.api.builders.condition.AnyTaskCondition
 
configuration(Map<String, String>) - Method in class com.atlassian.bamboo.specs.api.builders.condition.AnyTaskCondition
Appends the condition configuration.
configuration(Map<String, Object>) - Method in class com.atlassian.bamboo.specs.api.builders.credentials.AnySharedCredentials
Set configuration for the credentials.
configuration(Map<String, String>) - Method in class com.atlassian.bamboo.specs.api.builders.deployment.configuration.AnyPluginConfiguration
Appends the generic configuration.
configuration(Map<String, Object>) - Method in class com.atlassian.bamboo.specs.api.builders.plan.configuration.AllOtherPluginsConfiguration
Specifies the configuration of plugins.
configuration(DependenciesConfiguration) - Method in class com.atlassian.bamboo.specs.api.builders.plan.dependencies.Dependencies
Sets dependencies configuration.
configuration(DependenciesConfiguration) - Method in class com.atlassian.bamboo.specs.api.builders.plan.dependencies.EmptyDependenciesList
Deprecated.
 
configuration(Map<String, Object>) - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsChangeDetection
Sets plugin specific custom configuration.
configuration(Map<String, Object>) - Method in class com.atlassian.bamboo.specs.api.builders.repository.viewer.AnyVcsRepositoryViewer
Set configuration for the repository viewer.
configuration(Map<String, String>) - Method in class com.atlassian.bamboo.specs.api.builders.task.AnyTask
Appends the generic configuration to the task.
configuration(Map<String, String>) - Method in class com.atlassian.bamboo.specs.api.builders.trigger.AllOtherTriggerCondition
 
configuration(Map<String, String>) - Method in class com.atlassian.bamboo.specs.api.builders.trigger.AnyTrigger
Appends the generic configuration to the trigger.
configuration(Map<String, String>) - Method in class com.atlassian.bamboo.specs.api.builders.trigger.AnyTriggerCondition
 
configuration - Variable in class com.atlassian.bamboo.specs.api.model.plan.condition.AnyConditionProperties
 
ConstructFrom - Annotation Type in com.atlassian.bamboo.specs.api.codegen.annotations
If builder class has no default constructor this annotation should be used to list fields that should be used to invoke constructor of the builder.
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.
containsBambooVariable(String) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ValidationUtils
 
containsRelatedCharacters(String, char[]) - Static method in class com.atlassian.bamboo.specs.api.validators.common.BambooStringUtils
 
containsRelaxedXssRelatedCharacters(String) - Static method in class com.atlassian.bamboo.specs.api.validators.common.BambooStringUtils
Relaxed xss check that allows \ character (mainly for repositories on Windows).
containsShellInjectionRelatedCharacters(String) - Static method in class com.atlassian.bamboo.specs.api.validators.common.BambooStringUtils
 
containsVariableUsage(String) - Static method in class com.atlassian.bamboo.specs.api.util.VariableUtils
Returns true if the given text contains variable usages from any namespace.
containsXssRelatedCharacters(String) - Static method in class com.atlassian.bamboo.specs.api.validators.common.BambooStringUtils
Returns true if the supplied string contains characters that could be used to deface a page or trigger an XSS exploit (characters: "&'<>\).
contentCanonicallyEquals(YamlFile) - Method in class com.atlassian.bamboo.specs.util.YamlFile
 
copyPattern(String) - Method in class com.atlassian.bamboo.specs.api.builders.plan.artifact.Artifact
Deprecated.
copyPatterns(String...) - Method in class com.atlassian.bamboo.specs.api.builders.plan.artifact.Artifact
Specify the pattern according to which Bamboo should copy files when creating an actual artifact.
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.
createForDeployment(Deployment) - Static method in class com.atlassian.bamboo.specs.api.builders.permission.DeploymentPermissions
 
createForPullRequest(boolean) - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.PlanBranchManagement
Create new plan branches for new pull requests - pull requests either from branches or from both branches and forks.
createForPullRequest() - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.PlanBranchManagement
Create new plan branches for new pull requests - pull requests only from branches.
createForVcsBranch() - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.PlanBranchManagement
Create new plan branches for new branches in default repository.
createForVcsBranchMatching(String) - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.PlanBranchManagement
Create new plan branches for new branches with name which matches pattern.
createJUnitParserTask() - Static method in class com.atlassian.bamboo.specs.builders.task.TestParserTask
Specify test parsing task that handles JUnit test results.
createManually() - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.PlanBranchManagement
Disable automatic plan branch creation.
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.
createOnly() - Method in class com.atlassian.bamboo.specs.api.builders.Variable
Indicates that variable is automatically updated by build or deployment process.
createOnly - Variable in class com.atlassian.bamboo.specs.api.model.VariableProperties
 
CreatePlanBranchesEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.plan.branches
 
CreatePlanBranchesEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.plan.branches.CreatePlanBranchesEmitter
 
CreatePlanBranchesProperties - Class in com.atlassian.bamboo.specs.api.model.plan.branches
 
CreatePlanBranchesProperties(CreatePlanBranchesProperties.Trigger, String) - Constructor for class com.atlassian.bamboo.specs.api.model.plan.branches.CreatePlanBranchesProperties
 
CreatePlanBranchesProperties.Trigger - Enum in com.atlassian.bamboo.specs.api.model.plan.branches
 
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.
CronExpressionClientSideValidator - Class in com.atlassian.bamboo.specs.api.validators
 
CronExpressionCreationHelper - Class in com.atlassian.bamboo.specs.api.util
 
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

DATABASE_STRING_LIMIT - Static variable in class com.atlassian.bamboo.specs.api.validators.common.DbConstraintUtils
 
DbConstraintUtils - Class in com.atlassian.bamboo.specs.api.validators.common
 
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.
decIndentation() - Method in class com.atlassian.bamboo.specs.api.codegen.CodeGenerationContext
Decrement code indentation.
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_CONTAINER_MAPPING - Static variable in class com.atlassian.bamboo.specs.api.builders.docker.DockerConstants
Default container mapping for data volume mappings.
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_HOST_MAPPING - Static variable in class com.atlassian.bamboo.specs.api.builders.docker.DockerConstants
Default host mapping for data volume mappings.
DEFAULT_INACTIVE_BRANCH_EXPIRY - Static variable in class com.atlassian.bamboo.specs.api.builders.plan.branches.BranchCleanup
 
DEFAULT_INACTIVE_BRANCH_EXPIRY_IN_DAYS - Static variable in class com.atlassian.bamboo.specs.api.builders.plan.branches.BranchCleanup
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_MATCHING_PATTERN - Static variable in class com.atlassian.bamboo.specs.api.model.plan.branches.CreatePlanBranchesProperties
 
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_REMOVED_BRANCH_EXPIRY - Static variable in class com.atlassian.bamboo.specs.api.builders.plan.branches.BranchCleanup
 
DEFAULT_REMOVED_BRANCH_EXPRIRY_IN_DAYS - Static variable in class com.atlassian.bamboo.specs.api.builders.plan.branches.BranchCleanup
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
 
DEFAULT_VOLUMES - Static variable in class com.atlassian.bamboo.specs.api.model.docker.DockerConfigurationProperties
 
DEFAULT_WEBHOOK_ENABLED - 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.
DefaultFieldValues - Annotation Type in com.atlassian.bamboo.specs.api.codegen.annotations
Marks method that produces instance of EntityProperties class that is filled with 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.
defaultTrigger(Trigger<?, ?>) - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.PlanBranchManagement
Created plan branch will use a custom trigger.
delete(BranchCleanup) - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.PlanBranchManagement
Sets configuration of automatic removal of branches.
Dependencies - Class in com.atlassian.bamboo.specs.api.builders.plan.dependencies
Represents plan's dependencies and their configuration.
Dependencies() - Constructor for class com.atlassian.bamboo.specs.api.builders.plan.dependencies.Dependencies
Specifies dependencies with default configuration.
dependencies(Dependencies) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Specifies configuration of dependencies support for this plan.
DependenciesConfiguration - Class in com.atlassian.bamboo.specs.api.builders.plan.dependencies
Represents dependencies configuration.
DependenciesConfiguration() - Constructor for class com.atlassian.bamboo.specs.api.builders.plan.dependencies.DependenciesConfiguration
 
DependenciesConfiguration.DependencyBlockingStrategy - Enum in com.atlassian.bamboo.specs.api.builders.plan.dependencies
 
DependenciesConfigurationProperties - Class in com.atlassian.bamboo.specs.api.model.plan.dependencies
 
DependenciesConfigurationProperties() - Constructor for class com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesConfigurationProperties
 
DependenciesConfigurationProperties(boolean, boolean, DependenciesConfiguration.DependencyBlockingStrategy) - Constructor for class com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesConfigurationProperties
 
DependenciesProperties - Class in com.atlassian.bamboo.specs.api.model.plan.dependencies
 
DependenciesProperties() - Constructor for class com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesProperties
 
DependenciesProperties(DependenciesConfigurationProperties, List<PlanIdentifierProperties>) - Constructor for class com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesProperties
 
Deployment - Class in com.atlassian.bamboo.specs.api.builders.deployment
Represents a deployment project.
Deployment(PlanIdentifier, String) - Constructor for class com.atlassian.bamboo.specs.api.builders.deployment.Deployment
Specifies a deployment project.
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
 
DeploymentPermissions - Class in com.atlassian.bamboo.specs.api.builders.permission
Entity representing permissions for deployment projects.
DeploymentPermissions(BambooOid) - Constructor for class com.atlassian.bamboo.specs.api.builders.permission.DeploymentPermissions
 
DeploymentPermissions(BambooOidProperties) - Constructor for class com.atlassian.bamboo.specs.api.builders.permission.DeploymentPermissions
 
DeploymentPermissions(String) - Constructor for class com.atlassian.bamboo.specs.api.builders.permission.DeploymentPermissions
 
DeploymentPermissionsProperties - Class in com.atlassian.bamboo.specs.api.model.permission
 
DeploymentPermissionsProperties(String, PermissionsProperties) - Constructor for class com.atlassian.bamboo.specs.api.model.permission.DeploymentPermissionsProperties
 
DeploymentPermissionsProperties(BambooOidProperties, PermissionsProperties) - Constructor for class com.atlassian.bamboo.specs.api.model.permission.DeploymentPermissionsProperties
 
deploymentProjectName(String) - Method in class com.atlassian.bamboo.specs.api.builders.permission.EnvironmentPermissions
 
DeploymentProperties - Class in com.atlassian.bamboo.specs.api.model.deployment
 
DeploymentProperties(BambooOidProperties, PlanIdentifierProperties, String, String, ReleaseNamingProperties, List<EnvironmentProperties>, RepositoryStoredSpecsData) - Constructor for class com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties
 
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
 
description(String) - Method in class com.atlassian.bamboo.specs.api.builders.deployment.Deployment
Sets the deployment description.
description(String) - Method in class com.atlassian.bamboo.specs.api.builders.deployment.Environment
Sets the environment description.
description(String) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Job
Sets the job's description.
description(String) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Sets the plan's description.
description(String) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Stage
Sets a stage description.
description(String) - Method in class com.atlassian.bamboo.specs.api.builders.project.Project
Sets a project description.
description - Variable in class com.atlassian.bamboo.specs.api.builders.repository.VcsRepository
 
description(String) - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsRepository
Sets repository description.
description - Variable in class com.atlassian.bamboo.specs.api.builders.task.Task
 
description(String) - Method in class com.atlassian.bamboo.specs.api.builders.task.Task
Sets the task description.
description - Variable in class com.atlassian.bamboo.specs.api.builders.trigger.Trigger
 
description(String) - Method in class com.atlassian.bamboo.specs.api.builders.trigger.Trigger
Sets the trigger description.
destination(String) - Method in class com.atlassian.bamboo.specs.api.builders.plan.artifact.ArtifactSubscription
Sets artifact download destination.
detachContainer(boolean) - Method in class com.atlassian.bamboo.specs.builders.task.DockerRunContainerTask
Determines if container should be run in a detached mode.
disableAutomaticCleanup() - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.PlanBranchConfiguration
Disables automatic removal of this plan branch.
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
 
dockerConfiguration(DockerConfiguration) - Method in class com.atlassian.bamboo.specs.api.builders.deployment.Environment
Configure Docker for this environment.
DockerConfiguration - Class in com.atlassian.bamboo.specs.api.builders.docker
Configuration of Docker, to be attached to a Job or an Environment.
DockerConfiguration() - Constructor for class com.atlassian.bamboo.specs.api.builders.docker.DockerConfiguration
Creates a new Docker configuration, which will be enabled by default.
dockerConfiguration(DockerConfiguration) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Job
Configure Docker for this job.
DockerConfigurationProperties - Class in com.atlassian.bamboo.specs.api.model.docker
 
DockerConfigurationProperties(boolean, String, Map<String, String>, List<String>) - Constructor for class com.atlassian.bamboo.specs.api.model.docker.DockerConfigurationProperties
 
DockerConfigurationVolumesEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.docker
 
DockerConfigurationVolumesEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.docker.DockerConfigurationVolumesEmitter
 
DockerConstants - Class in com.atlassian.bamboo.specs.api.builders.docker
Docker constants which can be used for docker related classes.
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
 
dockerRunArguments(String...) - Method in class com.atlassian.bamboo.specs.api.builders.docker.DockerConfiguration
Add additional arguments to the 'docker run' command used to start docker container.
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(CodeGenerationContext, T) - Method in interface com.atlassian.bamboo.specs.api.codegen.CodeEmitter
 
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
 
empty() - Static method in class com.atlassian.bamboo.specs.api.validators.common.ValidationContext
Returns an empty context.
EmptyDependenciesList - Class in com.atlassian.bamboo.specs.api.builders.plan.dependencies
Deprecated.
EmptyDependenciesList() - Constructor for class com.atlassian.bamboo.specs.api.builders.plan.dependencies.EmptyDependenciesList
Deprecated.
 
EmptyDependenciesListProperties - Class in com.atlassian.bamboo.specs.api.model.plan.dependencies
Deprecated.
EmptyDependenciesListProperties() - Constructor for class com.atlassian.bamboo.specs.api.model.plan.dependencies.EmptyDependenciesListProperties
Deprecated.
 
EmptyLabelsList - Class in com.atlassian.bamboo.specs.api.builders.label
Deprecated.
EmptyLabelsList() - Constructor for class com.atlassian.bamboo.specs.api.builders.label.EmptyLabelsList
Deprecated.
 
EmptyLabelsListProperties - Class in com.atlassian.bamboo.specs.api.model.label
Deprecated.
EmptyLabelsListProperties() - Constructor for class com.atlassian.bamboo.specs.api.model.label.EmptyLabelsListProperties
Deprecated.
 
EmptyNotificationsList - Class in com.atlassian.bamboo.specs.api.builders.notification
Deprecated.
EmptyNotificationsList() - Constructor for class com.atlassian.bamboo.specs.api.builders.notification.EmptyNotificationsList
Deprecated.
 
EmptyNotificationsListProperties - Class in com.atlassian.bamboo.specs.api.model.notification
Deprecated.
EmptyNotificationsListProperties() - Constructor for class com.atlassian.bamboo.specs.api.model.notification.EmptyNotificationsListProperties
Deprecated.
 
enableAutomaticCleanup() - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.PlanBranchConfiguration
Enables automatic removal of this plan branch.
enabled(boolean) - Method in class com.atlassian.bamboo.specs.api.builders.docker.DockerConfiguration
Enable or disable Docker.
enabled(boolean) - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.BranchIntegration
Enables/disables automatic branch merging.
enabled(boolean) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Job
Enables/disables the job.
enabled(boolean) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Enables/disables the plan.
enabled(boolean) - Method in class com.atlassian.bamboo.specs.api.builders.task.Task
Enabled/disables that task.
enabled(boolean) - Method in class com.atlassian.bamboo.specs.api.builders.trigger.Trigger
Enables/disables the trigger.
enabledForBranches(boolean) - Method in class com.atlassian.bamboo.specs.api.builders.plan.dependencies.DependenciesConfiguration
Enables/disables dependencies support for plan branches.
endPerThreadSecurity() - Static method in class com.atlassian.bamboo.specs.maven.sandbox.SecureMethodInvoker
 
EntityProperties - Interface in com.atlassian.bamboo.specs.api.model
 
EntityPropertiesBuilder<T extends EntityProperties> - Class in com.atlassian.bamboo.specs.api.builders
Represents any Bamboo entity.
EntityPropertiesBuilder() - Constructor for class com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder
 
EntityPropertiesBuilders - Class in com.atlassian.bamboo.specs.api.util
 
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
 
Environment - Class in com.atlassian.bamboo.specs.api.builders.deployment
Represents a deployment environment.
Environment(String) - Constructor for class com.atlassian.bamboo.specs.api.builders.deployment.Environment
Specifies environment.
environmentName(String) - Method in class com.atlassian.bamboo.specs.api.builders.permission.EnvironmentPermissions
 
EnvironmentPermissions - Class in com.atlassian.bamboo.specs.api.builders.permission
Entity representing permissions for deployment environments.
EnvironmentPermissions(BambooOid) - Constructor for class com.atlassian.bamboo.specs.api.builders.permission.EnvironmentPermissions
 
EnvironmentPermissions(String) - Constructor for class com.atlassian.bamboo.specs.api.builders.permission.EnvironmentPermissions
 
EnvironmentPermissions(String, String) - Constructor for class com.atlassian.bamboo.specs.api.builders.permission.EnvironmentPermissions
 
EnvironmentPermissionsProperties - Class in com.atlassian.bamboo.specs.api.model.permission
 
EnvironmentPermissionsProperties(String, String, PermissionsProperties) - Constructor for class com.atlassian.bamboo.specs.api.model.permission.EnvironmentPermissionsProperties
 
EnvironmentPermissionsProperties(BambooOidProperties, String, PermissionsProperties) - Constructor for class com.atlassian.bamboo.specs.api.model.permission.EnvironmentPermissionsProperties
 
EnvironmentPluginConfiguration<T extends EnvironmentPluginConfigurationProperties> - Class in com.atlassian.bamboo.specs.api.builders.deployment.configuration
 
EnvironmentPluginConfiguration() - Constructor for class com.atlassian.bamboo.specs.api.builders.deployment.configuration.EnvironmentPluginConfiguration
 
EnvironmentPluginConfigurationProperties - Interface in com.atlassian.bamboo.specs.api.model.deployment.configuration
 
EnvironmentProperties - Class in com.atlassian.bamboo.specs.api.model.deployment
 
EnvironmentProperties(String, String, List<TaskProperties>, List<TaskProperties>, List<TriggerProperties>, List<VariableProperties>, List<RequirementProperties>, List<NotificationProperties>, DockerConfigurationProperties, Collection<EnvironmentPluginConfigurationProperties>) - Constructor for class com.atlassian.bamboo.specs.api.model.deployment.EnvironmentProperties
 
environments(Environment...) - Method in class com.atlassian.bamboo.specs.api.builders.deployment.Deployment
Adds the environments to the end of environments list.
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.api.builders.deployment.configuration.AnyPluginConfiguration
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.builders.plan.configuration.AllOtherPluginsConfiguration
 
equals(String, String) - Static method in class com.atlassian.bamboo.specs.api.builders.requirement.Requirement
Specifies a requirement that a capability with matching key has value equal to value of requirement.
equals(Object) - Method in class com.atlassian.bamboo.specs.api.builders.task.AnyTask
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.builders.task.Task
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.applink.ApplicationLinkProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.AtlassianModuleProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.BambooKeyProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.BambooOidProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.credentials.AnySharedCredentialsProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsIdentifierProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.deployment.configuration.AnyPluginConfigurationProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.deployment.EnvironmentProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.deployment.ReleaseNamingProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.docker.DockerConfigurationProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.label.EmptyLabelsListProperties
Deprecated.
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.label.LabelProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.notification.AnyNotificationRecipientProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.notification.AnyNotificationTypeProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.notification.EmptyNotificationsListProperties
Deprecated.
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.notification.NotificationProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.permission.AnonymousUserPermissionsProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.permission.DeploymentPermissionsProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.permission.EnvironmentPermissionsProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.permission.GroupPermissionProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.permission.LoggedInUserPermissionsProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.permission.PermissionsProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.permission.PlanPermissionsProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.permission.ProjectPermissionsProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.permission.UserPermissionProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.plan.AbstractPlanIdentifierProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.plan.artifact.ArtifactProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.plan.artifact.ArtifactSubscriptionProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.BranchCleanupProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.BranchIntegrationProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.CreatePlanBranchesProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchConfigurationProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchManagementProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.plan.condition.AnyConditionProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.plan.configuration.AllOtherPluginsConfigurationProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.plan.configuration.ConcurrentBuildsProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesConfigurationProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.plan.dependencies.EmptyDependenciesListProperties
Deprecated.
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.plan.JobProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.plan.PlanProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.plan.requirement.RequirementProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.plan.StageProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.project.ProjectProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.repository.AnyVcsRepositoryProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties.LinkedGlobalRepository
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties.ProjectRepository
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsChangeDetectionProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryBranchProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryIdentifierProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.repository.viewer.AnyVcsRepositoryViewerProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.task.AnyTaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.task.TaskProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.trigger.AllOtherTriggerConditionProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.trigger.AnyTriggerConditionProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.trigger.AnyTriggerProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.trigger.RepositoryBasedTriggerProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.model.VariableProperties
 
equals(Object) - Method in class com.atlassian.bamboo.specs.api.validators.common.ValidationProblem
 
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
 
evaluate(T) - Method in interface com.atlassian.bamboo.specs.api.codegen.Condition
 
evaluate(VcsRepositoryBranchProperties) - Method in class com.atlassian.bamboo.specs.api.model.repository.SkipDisplayNameCondition
 
exclusionPatterns(String...) - Method in class com.atlassian.bamboo.specs.api.builders.plan.artifact.Artifact
Specify the pattern according to which Bamboo should exclude files when creating an actual artifact.
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() - Method in class com.atlassian.bamboo.specs.maven.RunBambooSpecsMojo
 
execute(T) - Method in class com.atlassian.bamboo.specs.util.IsolatedExecutor
 
execute(BambooSpecProperties) - Static method in class com.atlassian.bamboo.specs.util.IsolatedYamlizator
 
exists(String) - Static method in class com.atlassian.bamboo.specs.api.builders.requirement.Requirement
Specifies a requirement that a capability with matching key exists.

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.
FileToBambooSpecsMapper - Class in com.atlassian.bamboo.specs.maven.sandbox
 
FileToBambooSpecsMapper(Log, ClassLoader) - Constructor for class com.atlassian.bamboo.specs.maven.sandbox.FileToBambooSpecsMapper
 
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).
filterFilePatternOption(VcsChangeDetection.FileFilteringOption) - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsChangeDetection
Selects method of filtering commits by affected files.
filterFilePatternRegex(String) - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsChangeDetection
Sets regular expression to be used when filtering commits by affected files.
finalStage(boolean) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Stage
Specifies if stage is a final stage.
finalTasks(Task<?, ?>...) - Method in class com.atlassian.bamboo.specs.api.builders.deployment.Environment
Adds provided Tasks to the list of the final tasks executed by the environment.
finalTasks(Task<?, ?>...) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Job
Adds provided Tasks to the list of the final tasks executed by the job.
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
 
findVariableUsages(String) - Static method in class com.atlassian.bamboo.specs.api.util.VariableUtils
Finds all variable usages within a given text.
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.
forceStopHungBuilds() - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Use this method to configure Bamboo to stop hung build and kill all processes executed by current plan.
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

gatekeeper(boolean) - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.BranchIntegration
Selects merging strategy.
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
 
getAnonymousUserPermissions() - Method in class com.atlassian.bamboo.specs.api.model.permission.PermissionsProperties
 
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.api.model.plan.artifact.ArtifactSubscriptionProperties
 
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.api.model.plan.JobProperties
 
getArtifacts() - Method in class com.atlassian.bamboo.specs.model.task.ArtifactDownloaderTaskProperties
 
getArtifactSubscriptions() - Method in class com.atlassian.bamboo.specs.api.model.plan.JobProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.api.model.credentials.AnySharedCredentialsProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.api.model.deployment.configuration.AnyPluginConfigurationProperties
 
getAtlassianPlugin() - Method in interface com.atlassian.bamboo.specs.api.model.deployment.configuration.EnvironmentPluginConfigurationProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.api.model.notification.AnyNotificationRecipientProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.api.model.notification.AnyNotificationTypeProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.api.model.notification.NotificationRecipientProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.api.model.notification.NotificationTypeProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.api.model.plan.condition.AnyConditionProperties
 
getAtlassianPlugin() - Method in interface com.atlassian.bamboo.specs.api.model.plan.condition.ConditionProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.api.model.plan.configuration.AllOtherPluginsConfigurationProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.api.model.plan.configuration.ConcurrentBuildsProperties
 
getAtlassianPlugin() - Method in interface com.atlassian.bamboo.specs.api.model.plan.configuration.PluginConfigurationProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.api.model.repository.AnyVcsRepositoryProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties.LinkedGlobalRepository
Returns atlassian plugin inherited from parent if known, null if it's not.
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties.ProjectRepository
Returns atlassian plugin inherited from parent if known, null if it's not.
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.api.model.repository.viewer.AnyVcsRepositoryViewerProperties
 
getAtlassianPlugin() - Method in interface com.atlassian.bamboo.specs.api.model.repository.viewer.VcsRepositoryViewerProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.api.model.task.AnyTaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.api.model.task.TaskProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.api.model.trigger.AllOtherTriggerConditionProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.api.model.trigger.AnyTriggerConditionProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.api.model.trigger.AnyTriggerProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.api.model.trigger.TriggerConditionProperties
 
getAtlassianPlugin() - Method in class com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties
 
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.BitbucketCloudTriggerProperties
 
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.
getBlockingStrategy() - Method in class com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesConfigurationProperties
 
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
 
getBranchConfiguration() - Method in class com.atlassian.bamboo.specs.api.model.repository.AnyVcsRepositoryProperties
 
getBranchDetectionConfiguration() - Method in class com.atlassian.bamboo.specs.api.model.repository.AnyVcsRepositoryProperties
 
getBranchDisplayName() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryBranchProperties
 
getBranchIntegrationProperties() - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchConfigurationProperties
 
getBranchIntegrationProperties() - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchManagementProperties
 
getBranchName() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryBranchProperties
 
getBranchName() - Method in class com.atlassian.bamboo.specs.model.task.VcsBranchTaskProperties
 
getBuildFile() - Method in class com.atlassian.bamboo.specs.model.task.AntTaskProperties
 
getCause() - Method in exception com.atlassian.bamboo.specs.api.exceptions.BambooSpecsPublishingException
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
getChangeDetectionConfiguration() - Method in class com.atlassian.bamboo.specs.api.model.repository.AnyVcsRepositoryProperties
 
getChangesetFilterPatternRegex() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsChangeDetectionProperties
 
getCheckoutAuthenticationProperties() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties
 
getCheckoutItems() - Method in class com.atlassian.bamboo.specs.model.task.VcsCheckoutTaskProperties
 
getChildPlans() - Method in class com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesProperties
 
getChildPlans() - Method in class com.atlassian.bamboo.specs.api.model.plan.dependencies.EmptyDependenciesListProperties
Deprecated.
 
getClassFiles(Log, Path) - Static method in class com.atlassian.bamboo.specs.maven.BambooSpecsFileScanner
 
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
 
getCompleteModuleKey() - Method in class com.atlassian.bamboo.specs.api.model.AtlassianModuleProperties
 
getConditions() - Method in class com.atlassian.bamboo.specs.api.model.task.TaskProperties
 
getConditions() - Method in class com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties
 
getConditionString() - Method in class com.atlassian.bamboo.specs.api.model.notification.AnyNotificationTypeProperties
 
getConfig() - Method in class com.atlassian.bamboo.specs.api.model.trigger.AnyTriggerConditionProperties
Deprecated.
getConfiguration() - Method in class com.atlassian.bamboo.specs.api.model.credentials.AnySharedCredentialsProperties
 
getConfiguration() - Method in class com.atlassian.bamboo.specs.api.model.deployment.configuration.AnyPluginConfigurationProperties
 
getConfiguration() - Method in class com.atlassian.bamboo.specs.api.model.plan.condition.AnyConditionProperties
 
getConfiguration() - Method in class com.atlassian.bamboo.specs.api.model.plan.configuration.AllOtherPluginsConfigurationProperties
 
getConfiguration() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsChangeDetectionProperties
 
getConfiguration() - Method in class com.atlassian.bamboo.specs.api.model.repository.viewer.AnyVcsRepositoryViewerProperties
 
getConfiguration() - Method in class com.atlassian.bamboo.specs.api.model.task.AnyTaskProperties
 
getConfiguration() - Method in class com.atlassian.bamboo.specs.api.model.trigger.AllOtherTriggerConditionProperties
 
getConfiguration() - Method in class com.atlassian.bamboo.specs.api.model.trigger.AnyTriggerConditionProperties
 
getConfiguration() - Method in class com.atlassian.bamboo.specs.api.model.trigger.AnyTriggerProperties
 
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
 
getContext(Class<?>) - Static method in class com.atlassian.bamboo.specs.maven.sandbox.AccessControlContextHackcessor
Returns the list of protection domains of the code available on stack.
getCopyPatterns() - Method in class com.atlassian.bamboo.specs.api.model.plan.artifact.ArtifactProperties
 
getCounter() - Method in class com.atlassian.bamboo.specs.util.YamlFile
 
getCreatePlanBranch() - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchManagementProperties
 
getCronExpression() - Method in class com.atlassian.bamboo.specs.model.trigger.RepositoryPollingTriggerProperties
 
getCronExpression() - Method in class com.atlassian.bamboo.specs.model.trigger.ScheduledTriggerProperties
 
getCurrentRssBranch() - Static method in class com.atlassian.bamboo.specs.api.context.RssRuntimeContext
Current branch.
getDebugMessage() - Method in exception com.atlassian.bamboo.specs.api.exceptions.BambooSpecsPublishingException
Returns additional message for debugging, null if not available.
getDefaultTrigger() - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchManagementProperties
 
getDeletePlanBranch() - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchManagementProperties
 
getDependenciesConfigurationProperties() - Method in class com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesProperties
 
getDependenciesConfigurationProperties() - Method in class com.atlassian.bamboo.specs.api.model.plan.dependencies.EmptyDependenciesListProperties
Deprecated.
 
getDependenciesProperties() - Method in class com.atlassian.bamboo.specs.api.model.plan.PlanProperties
 
getDeploymentName() - Method in class com.atlassian.bamboo.specs.api.builders.permission.DeploymentPermissions
 
getDeploymentName() - Method in class com.atlassian.bamboo.specs.api.builders.permission.EnvironmentPermissions
 
getDeploymentName() - Method in class com.atlassian.bamboo.specs.api.model.permission.DeploymentPermissionsProperties
 
getDeploymentName() - Method in class com.atlassian.bamboo.specs.api.model.permission.EnvironmentPermissionsProperties
 
getDeploymentOid() - Method in class com.atlassian.bamboo.specs.api.model.permission.DeploymentPermissionsProperties
 
getDeploymentOid() - Method in class com.atlassian.bamboo.specs.api.model.permission.EnvironmentPermissionsProperties
 
getDescription() - Method in class com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties
 
getDescription() - Method in class com.atlassian.bamboo.specs.api.model.deployment.EnvironmentProperties
 
getDescription() - Method in class com.atlassian.bamboo.specs.api.model.plan.AbstractPlanProperties
 
getDescription() - Method in class com.atlassian.bamboo.specs.api.model.plan.StageProperties
 
getDescription() - Method in class com.atlassian.bamboo.specs.api.model.project.ProjectProperties
 
getDescription() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties
 
getDescription() - Method in class com.atlassian.bamboo.specs.api.model.task.TaskProperties
 
getDescription() - Method in class com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties
 
getDestination() - Method in class com.atlassian.bamboo.specs.api.model.plan.artifact.ArtifactSubscriptionProperties
 
getDockerConfiguration() - Method in class com.atlassian.bamboo.specs.api.model.deployment.EnvironmentProperties
 
getDockerConfiguration() - Method in class com.atlassian.bamboo.specs.api.model.plan.JobProperties
 
getDockerfile() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerBuildImageTaskProperties
 
getDockerfileContent() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerBuildImageTaskProperties
 
getDockerRunArguments() - Method in class com.atlassian.bamboo.specs.api.model.docker.DockerConfigurationProperties
 
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
 
getEnvironmentName() - Method in class com.atlassian.bamboo.specs.api.builders.permission.EnvironmentPermissions
 
getEnvironmentName() - Method in class com.atlassian.bamboo.specs.api.model.permission.EnvironmentPermissionsProperties
 
getEnvironments() - Method in class com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties
 
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
 
getErrors() - Method in exception com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
 
getErrorType() - Method in exception com.atlassian.bamboo.specs.api.exceptions.BambooSpecsPublishingException
Get the type of encountered error or null if unknown.
getException() - Method in class com.atlassian.bamboo.specs.util.RestTaskResult
 
getExclusionPatterns() - Method in class com.atlassian.bamboo.specs.api.model.plan.artifact.ArtifactProperties
 
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
 
getFilterFilePatternOption() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsChangeDetectionProperties
 
getFilterFilePatternRegex() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsChangeDetectionProperties
 
getFinalTasks() - Method in class com.atlassian.bamboo.specs.api.model.deployment.EnvironmentProperties
 
getFinalTasks() - Method in class com.atlassian.bamboo.specs.api.model.plan.JobProperties
 
getFishEyeUrl() - Method in class com.atlassian.bamboo.specs.model.repository.viewer.FishEyeRepositoryViewerProperties
 
getForceStopHungBuilds() - Method in class com.atlassian.bamboo.specs.api.model.plan.PlanProperties
 
getGoal() - Method in class com.atlassian.bamboo.specs.model.task.MavenTaskProperties
 
getGroup() - Method in class com.atlassian.bamboo.specs.api.model.permission.GroupPermissionProperties
 
getGroupName() - Method in class com.atlassian.bamboo.specs.model.notification.GroupRecipientProperties
 
getGroupPermissions() - Method in class com.atlassian.bamboo.specs.api.model.permission.PermissionsProperties
 
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.api.model.applink.ApplicationLinkProperties
 
getId() - Method in class com.atlassian.bamboo.specs.util.YamlFile
 
getIdentifier() - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Returns identifier for this object.
getIdentifier() - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsRepository
Returns identifier for this object.
getImAddress() - Method in class com.atlassian.bamboo.specs.model.notification.ImRecipientProperties
 
getImage() - Method in class com.atlassian.bamboo.specs.api.model.docker.DockerConfigurationProperties
 
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
 
getImports() - Method in class com.atlassian.bamboo.specs.api.codegen.CodeGenerationContext
 
getIndentationLevel() - Method in class com.atlassian.bamboo.specs.api.codegen.CodeGenerationContext
Current indentation level.
getIntegrationBranch() - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.BranchIntegrationProperties
 
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
 
getJobs() - Method in class com.atlassian.bamboo.specs.api.model.plan.StageProperties
 
getKeepAliveIntervalInSec() - Method in class com.atlassian.bamboo.specs.model.task.SshTaskProperties
 
getKey() - Method in class com.atlassian.bamboo.specs.api.builders.plan.Job
Returns job's key, which serves as identifier for this object.
getKey() - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Returns plan's key.
getKey() - Method in class com.atlassian.bamboo.specs.api.builders.project.Project
Returns project's key.
getKey() - Method in class com.atlassian.bamboo.specs.api.model.BambooKeyProperties
 
getKey() - Method in class com.atlassian.bamboo.specs.api.model.plan.AbstractPlanIdentifierProperties
 
getKey() - Method in class com.atlassian.bamboo.specs.api.model.plan.AbstractPlanProperties
 
getKey() - Method in class com.atlassian.bamboo.specs.api.model.plan.requirement.RequirementProperties
 
getKey() - Method in class com.atlassian.bamboo.specs.api.model.project.ProjectProperties
 
getKey() - Method in class com.atlassian.bamboo.specs.model.credentials.SshCredentialsProperties
 
getKey() - Method in class com.atlassian.bamboo.specs.model.task.BaseSshTaskProperties
 
getLabels() - Method in class com.atlassian.bamboo.specs.api.model.plan.PlanProperties
 
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.api.model.plan.artifact.ArtifactProperties
 
getLocation() - Method in class com.atlassian.bamboo.specs.model.task.ScriptTaskProperties
 
getLocation() - Method in class com.atlassian.bamboo.specs.util.YamlFile
 
getLoggedInUserPermissions() - Method in class com.atlassian.bamboo.specs.api.model.permission.PermissionsProperties
 
getLogger(Class<?>) - Static method in class com.atlassian.bamboo.specs.util.Logger
Returns an instance of the logger for the given class.
getMatchingPattern() - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.CreatePlanBranchesProperties
 
getMatchType() - Method in class com.atlassian.bamboo.specs.api.model.plan.requirement.RequirementProperties
 
getMatchValue() - Method in class com.atlassian.bamboo.specs.api.model.plan.requirement.RequirementProperties
 
getMaximumNumberOfConcurrentBuilds() - Method in class com.atlassian.bamboo.specs.api.model.plan.configuration.ConcurrentBuildsProperties
 
getMaxRetries() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsChangeDetectionProperties
 
getMessage() - Method in exception com.atlassian.bamboo.specs.api.exceptions.BambooSpecsPublishingException
Returns the message of this exception.
getMessage() - Method in class com.atlassian.bamboo.specs.api.validators.common.ValidationProblem
 
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.api.builders.deployment.Deployment
 
getName() - Method in class com.atlassian.bamboo.specs.api.builders.plan.artifact.Artifact
Returns defined artifact name, which serves as identifier for this object.
getName() - Method in class com.atlassian.bamboo.specs.api.builders.project.Project
Returns project's name.
getName() - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsRepository
Returns repository name, which serves as identifier for this object.
getName() - Method in class com.atlassian.bamboo.specs.api.model.applink.ApplicationLinkProperties
 
getName() - Method in class com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsIdentifierProperties
 
getName() - Method in class com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsProperties
 
getName() - Method in class com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties
 
getName() - Method in class com.atlassian.bamboo.specs.api.model.deployment.EnvironmentProperties
 
getName() - Method in class com.atlassian.bamboo.specs.api.model.label.EmptyLabelsListProperties
Deprecated.
 
getName() - Method in class com.atlassian.bamboo.specs.api.model.label.LabelProperties
 
getName() - Method in class com.atlassian.bamboo.specs.api.model.plan.AbstractPlanProperties
 
getName() - Method in class com.atlassian.bamboo.specs.api.model.plan.artifact.ArtifactProperties
 
getName() - Method in class com.atlassian.bamboo.specs.api.model.plan.StageProperties
 
getName() - Method in class com.atlassian.bamboo.specs.api.model.project.ProjectProperties
 
getName() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryIdentifierProperties
 
getName() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties
 
getName() - Method in class com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties
 
getName() - Method in class com.atlassian.bamboo.specs.api.model.VariableProperties
 
getName() - Method in class com.atlassian.bamboo.specs.api.util.VariableUtils.VariableUsage
 
getName() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerMirrorProperties
 
getNamespace() - Method in class com.atlassian.bamboo.specs.api.util.VariableUtils.VariableUsage
 
getNamespace() - Method in class com.atlassian.bamboo.specs.model.task.InjectVariablesTaskProperties
 
getNextVersionName() - Method in class com.atlassian.bamboo.specs.api.model.deployment.ReleaseNamingProperties
 
getNodeExecutable() - Method in class com.atlassian.bamboo.specs.model.task.BaseNodeTaskProperties
 
getNodeunitExecutable() - Method in class com.atlassian.bamboo.specs.model.task.NodeunitTaskProperties
 
getNotifications() - Method in class com.atlassian.bamboo.specs.api.model.deployment.EnvironmentProperties
 
getNotifications() - Method in class com.atlassian.bamboo.specs.api.model.plan.PlanProperties
 
getNotificationStrategy() - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchManagementProperties
 
getNumberOfFailures() - Method in class com.atlassian.bamboo.specs.model.notification.XFailedChainsNotificationProperties
 
getNumberToIncrement() - Method in class com.atlassian.bamboo.specs.api.util.ReleaseNamingHelper.SplitVersionName
 
getNUnitTestFiles() - Method in class com.atlassian.bamboo.specs.model.task.NUnitRunnerTaskProperties
 
getNUnitVersion() - Method in class com.atlassian.bamboo.specs.model.task.NUnitRunnerTaskProperties
 
getOid() - Method in class com.atlassian.bamboo.specs.api.builders.deployment.Deployment
 
getOid() - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Returns plan's oid.
getOid() - Method in class com.atlassian.bamboo.specs.api.builders.project.Project
Returns project's oid.
getOid() - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsRepository
Returns repository's oid.
getOid() - Method in class com.atlassian.bamboo.specs.api.model.BambooOidProperties
 
getOid() - Method in class com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsIdentifierProperties
 
getOid() - Method in class com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsProperties
 
getOid() - Method in class com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties
 
getOid() - Method in class com.atlassian.bamboo.specs.api.model.plan.AbstractPlanIdentifierProperties
 
getOid() - Method in class com.atlassian.bamboo.specs.api.model.plan.AbstractPlanProperties
 
getOid() - Method in class com.atlassian.bamboo.specs.api.model.project.ProjectProperties
 
getOid() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryIdentifierProperties
 
getOid() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties
 
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
 
getParent() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties
 
getParentName() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties
 
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
 
getPermissions() - Method in class com.atlassian.bamboo.specs.api.builders.permission.PlanPermissions
 
getPermissions() - Method in class com.atlassian.bamboo.specs.api.model.permission.DeploymentPermissionsProperties
 
getPermissions() - Method in class com.atlassian.bamboo.specs.api.model.permission.EnvironmentPermissionsProperties
 
getPermissions() - Method in class com.atlassian.bamboo.specs.api.model.permission.PlanPermissionsProperties
 
getPermissionTypes() - Method in class com.atlassian.bamboo.specs.api.builders.permission.AnonymousUserPermissions
 
getPermissionTypes() - Method in class com.atlassian.bamboo.specs.api.model.permission.AnonymousUserPermissionsProperties
 
getPermissionTypes() - Method in class com.atlassian.bamboo.specs.api.model.permission.GroupPermissionProperties
 
getPermissionTypes() - Method in class com.atlassian.bamboo.specs.api.model.permission.LoggedInUserPermissionsProperties
 
getPermissionTypes() - Method in class com.atlassian.bamboo.specs.api.model.permission.UserPermissionProperties
 
getPickUpTestResultsCreatedOutsideOfThisBuild() - Method in class com.atlassian.bamboo.specs.model.task.TestParserTaskProperties
 
getPlan() - Method in class com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties
 
getPlanBranchConfiguration() - Method in class com.atlassian.bamboo.specs.api.model.plan.PlanProperties
 
getPlanBranchManagementProperties() - Method in class com.atlassian.bamboo.specs.api.model.plan.PlanProperties
 
getPlanIdentifier() - Method in class com.atlassian.bamboo.specs.api.builders.permission.PlanPermissions
 
getPlanIdentifier() - Method in class com.atlassian.bamboo.specs.api.model.permission.PlanPermissionsProperties
 
getPlanKey() - Method in class com.atlassian.bamboo.specs.api.builders.plan.PlanIdentifier
 
getPlanOid() - Method in class com.atlassian.bamboo.specs.api.builders.plan.PlanIdentifier
 
getPlans() - Method in class com.atlassian.bamboo.specs.model.trigger.PlansGreenTriggerConditionProperties
 
getPluginConfigurations() - Method in class com.atlassian.bamboo.specs.api.model.deployment.EnvironmentProperties
 
getPluginConfigurations() - Method in class com.atlassian.bamboo.specs.api.model.plan.AbstractPlanProperties
 
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
 
getPrefix() - Method in class com.atlassian.bamboo.specs.api.util.ReleaseNamingHelper.SplitVersionName
 
getProject() - Method in class com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsProperties
 
getProject() - Method in class com.atlassian.bamboo.specs.api.model.plan.PlanProperties
 
getProject() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties
 
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.api.builders.permission.ProjectPermissions
 
getProjectKey() - Method in class com.atlassian.bamboo.specs.api.builders.plan.PlanIdentifier
 
getProjectKey() - Method in class com.atlassian.bamboo.specs.api.model.permission.ProjectPermissionsProperties
 
getProjectKey() - Method in class com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties
 
getProjectKey() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties
 
getProjectPermissions() - Method in class com.atlassian.bamboo.specs.api.builders.permission.ProjectPermissions
 
getProjectPermissions() - Method in class com.atlassian.bamboo.specs.api.model.permission.ProjectPermissionsProperties
 
getProjectPlanPermissions() - Method in class com.atlassian.bamboo.specs.api.builders.permission.ProjectPermissions
 
getProjectPlanPermissions() - Method in class com.atlassian.bamboo.specs.api.model.permission.ProjectPermissionsProperties
 
getPropertyOrThrow(Properties, String, String) - Static method in class com.atlassian.bamboo.specs.util.FileTokenCredentials
 
getQuietPeriod() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsChangeDetectionProperties
 
getRecipients() - Method in class com.atlassian.bamboo.specs.api.model.notification.EmptyNotificationsListProperties
Deprecated.
 
getRecipients() - Method in class com.atlassian.bamboo.specs.api.model.notification.NotificationProperties
 
getRecipientString() - Method in class com.atlassian.bamboo.specs.api.model.notification.AnyNotificationRecipientProperties
 
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
 
getReleaseNaming() - Method in class com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties
 
getRemotePath() - Method in class com.atlassian.bamboo.specs.model.task.ScpTaskProperties
 
getRemoveDeletedFromRepositoryPeriod() - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.BranchCleanupProperties
 
getRemoveInactiveInRepositoryPeriod() - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.BranchCleanupProperties
 
getRepositories() - Method in class com.atlassian.bamboo.specs.api.model.plan.PlanProperties
 
getRepositories() - Method in class com.atlassian.bamboo.specs.api.model.project.ProjectProperties
 
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
 
getRepositoryBranches() - Method in class com.atlassian.bamboo.specs.api.model.plan.PlanProperties
 
getRepositoryDefinition() - Method in class com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties
 
getRepositoryName() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryBranchProperties
 
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
 
getRepositoryStoredSpecsData() - Method in class com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties
 
getRepositoryStoredSpecsData() - Method in class com.atlassian.bamboo.specs.api.model.plan.PlanProperties
 
getRepositoryStoredSpecsData() - Method in class com.atlassian.bamboo.specs.api.model.project.ProjectProperties
 
getRepositoryStoredSpecsData() - Static method in class com.atlassian.bamboo.specs.api.rsbs.RunnerSettings
 
getRepositoryViewerProperties() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties
 
getRepresenter() - Method in interface com.atlassian.bamboo.specs.util.CustomYamlers.CustomYamler
 
getRepresenter() - Method in enum com.atlassian.bamboo.specs.util.DurationYamler
 
getRequirements() - Method in class com.atlassian.bamboo.specs.api.model.deployment.EnvironmentProperties
 
getRequirements() - Method in class com.atlassian.bamboo.specs.api.model.plan.JobProperties
 
getRequirements() - Method in class com.atlassian.bamboo.specs.api.model.task.TaskProperties
 
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.api.model.credentials.SharedCredentialsIdentifierProperties
 
getScope() - Method in class com.atlassian.bamboo.specs.model.task.InjectVariablesTaskProperties
 
getScript() - Method in class com.atlassian.bamboo.specs.model.task.NodeTaskProperties
 
getSelectedTriggeringRepositories() - Method in class com.atlassian.bamboo.specs.api.model.trigger.RepositoryBasedTriggerProperties
 
getServer() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties
 
getServerConfiguration() - Method in class com.atlassian.bamboo.specs.api.model.repository.AnyVcsRepositoryProperties
 
getServerName() - Static method in class com.atlassian.bamboo.specs.api.context.RssRuntimeContext
Bamboo server name.
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.api.model.project.ProjectProperties
 
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
 
getSpecsRepositories() - Method in class com.atlassian.bamboo.specs.api.model.permission.ProjectPermissionsProperties
 
getSpecsSourceId() - Method in class com.atlassian.bamboo.specs.api.rsbs.RepositoryStoredSpecsData
 
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
 
getStages() - Method in class com.atlassian.bamboo.specs.api.model.plan.PlanProperties
 
getStatusCode() - Method in exception com.atlassian.bamboo.specs.exceptions.BambooSpecsRestRequestException
HTTP status code returned by server.
getSuffix() - Method in class com.atlassian.bamboo.specs.api.util.ReleaseNamingHelper.SplitVersionName
 
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
 
getTasks() - Method in class com.atlassian.bamboo.specs.api.model.deployment.EnvironmentProperties
 
getTasks() - Method in class com.atlassian.bamboo.specs.api.model.plan.JobProperties
 
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
 
getTrigger() - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.CreatePlanBranchesProperties
 
getTriggeringOption() - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchManagementProperties
 
getTriggeringRepositoriesType() - Method in class com.atlassian.bamboo.specs.api.model.trigger.RepositoryBasedTriggerProperties
 
getTriggerIPAddresses() - Method in class com.atlassian.bamboo.specs.model.trigger.RemoteTriggerProperties
 
getTriggers() - Method in class com.atlassian.bamboo.specs.api.model.deployment.EnvironmentProperties
 
getTriggers() - Method in class com.atlassian.bamboo.specs.api.model.plan.PlanProperties
 
getType() - Method in class com.atlassian.bamboo.specs.api.model.notification.EmptyNotificationsListProperties
Deprecated.
 
getType() - Method in class com.atlassian.bamboo.specs.api.model.notification.NotificationProperties
 
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.api.model.permission.UserPermissionProperties
 
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.
 
getUserPermissions() - Method in class com.atlassian.bamboo.specs.api.model.permission.PermissionsProperties
 
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
 
getValue() - Method in class com.atlassian.bamboo.specs.api.model.VariableProperties
 
getVariables() - Method in class com.atlassian.bamboo.specs.api.model.deployment.EnvironmentProperties
 
getVariables() - Method in class com.atlassian.bamboo.specs.api.model.plan.PlanProperties
 
getVariables() - Method in class com.atlassian.bamboo.specs.api.model.project.ProjectProperties
 
getVariablesToAutoIncrement() - Method in class com.atlassian.bamboo.specs.api.model.deployment.ReleaseNamingProperties
 
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
 
getVolumes() - Method in class com.atlassian.bamboo.specs.api.model.docker.DockerConfigurationProperties
 
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
 
getYamlDir() - Static method in class com.atlassian.bamboo.specs.api.rsbs.RunnerSettings
 
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
 
globalRepository(VcsRepository<?, ?>) - Method in class com.atlassian.bamboo.specs.api.builders.repository.PlanRepositoryLink
Specifies a link to existing global repository.
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
 
GroupPermission - Class in com.atlassian.bamboo.specs.api.builders.permission
 
GroupPermission(String) - Constructor for class com.atlassian.bamboo.specs.api.builders.permission.GroupPermission
 
GroupPermissionProperties - Class in com.atlassian.bamboo.specs.api.model.permission
 
GroupPermissionProperties(String, Collection<PermissionType>) - Constructor for class com.atlassian.bamboo.specs.api.model.permission.GroupPermissionProperties
 
groupPermissions(String, PermissionType...) - Method in class com.atlassian.bamboo.specs.api.builders.permission.Permissions
 
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.api.builders.deployment.configuration.AnyPluginConfiguration
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.builders.plan.configuration.AllOtherPluginsConfiguration
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.builders.task.AnyTask
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.builders.task.Task
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.applink.ApplicationLinkProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.AtlassianModuleProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.BambooKeyProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.BambooOidProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.credentials.AnySharedCredentialsProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsIdentifierProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.deployment.configuration.AnyPluginConfigurationProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.deployment.EnvironmentProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.deployment.ReleaseNamingProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.docker.DockerConfigurationProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.label.EmptyLabelsListProperties
Deprecated.
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.label.LabelProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.notification.AnyNotificationRecipientProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.notification.AnyNotificationTypeProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.notification.EmptyNotificationsListProperties
Deprecated.
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.notification.NotificationProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.permission.AnonymousUserPermissionsProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.permission.DeploymentPermissionsProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.permission.EnvironmentPermissionsProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.permission.GroupPermissionProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.permission.LoggedInUserPermissionsProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.permission.PermissionsProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.permission.PlanPermissionsProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.permission.ProjectPermissionsProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.permission.UserPermissionProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.plan.AbstractPlanIdentifierProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.plan.artifact.ArtifactProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.plan.artifact.ArtifactSubscriptionProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.BranchCleanupProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.BranchIntegrationProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.CreatePlanBranchesProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchConfigurationProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchManagementProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.plan.condition.AnyConditionProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.plan.configuration.AllOtherPluginsConfigurationProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.plan.configuration.ConcurrentBuildsProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesConfigurationProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.plan.dependencies.EmptyDependenciesListProperties
Deprecated.
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.plan.JobProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.plan.PlanProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.plan.requirement.RequirementProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.plan.StageProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.project.ProjectProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.repository.AnyVcsRepositoryProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties.LinkedGlobalRepository
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties.ProjectRepository
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsChangeDetectionProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryBranchProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryIdentifierProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.repository.viewer.AnyVcsRepositoryViewerProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.task.AnyTaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.task.TaskProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.trigger.AllOtherTriggerConditionProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.trigger.AnyTriggerConditionProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.trigger.AnyTriggerProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.trigger.RepositoryBasedTriggerProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.model.VariableProperties
 
hashCode() - Method in class com.atlassian.bamboo.specs.api.validators.common.ValidationProblem
 
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
 
hasParent() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties
 
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
 
HighPrivilegeThreadPermissionVerifier - Enum in com.atlassian.bamboo.specs.maven.sandbox
A permission checker that grants all permissions.
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(String) - Method in class com.atlassian.bamboo.specs.builders.task.BaseSshTask
Hostname or IP address of the remote host.
host(String...) - Method in class com.atlassian.bamboo.specs.builders.task.BaseSshTask
Hostnames or IP addresses of the remote hosts.
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.
hosts - Variable in class com.atlassian.bamboo.specs.builders.task.BaseSshTask
 
HTTP_COMPRESSION_ON_BY_DEFAULT - Static variable in class com.atlassian.bamboo.specs.api.builders.plan.artifact.Artifact
 
httpCompressionOn(boolean) - Method in class com.atlassian.bamboo.specs.api.builders.plan.artifact.Artifact
Specifies if artifact should be compressed before transfer.
humanReadableId() - Method in class com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentials
 
humanReadableId() - Method in class com.atlassian.bamboo.specs.api.builders.deployment.Deployment
 
humanReadableId() - Method in class com.atlassian.bamboo.specs.api.builders.permission.DeploymentPermissions
 
humanReadableId() - Method in class com.atlassian.bamboo.specs.api.builders.permission.EnvironmentPermissions
 
humanReadableId() - Method in class com.atlassian.bamboo.specs.api.builders.permission.PlanPermissions
 
humanReadableId() - Method in class com.atlassian.bamboo.specs.api.builders.permission.ProjectPermissions
 
humanReadableId() - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
 
humanReadableId() - Method in class com.atlassian.bamboo.specs.api.builders.project.Project
 
humanReadableId() - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsRepository
 
humanReadableId() - Method in class com.atlassian.bamboo.specs.api.builders.RootEntityPropertiesBuilder
Entity type and id representation that is shown to human.
humanReadableId() - Method in class com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsProperties
 
humanReadableId() - Method in class com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties
 
humanReadableId() - Method in class com.atlassian.bamboo.specs.api.model.permission.DeploymentPermissionsProperties
 
humanReadableId() - Method in class com.atlassian.bamboo.specs.api.model.permission.EnvironmentPermissionsProperties
 
humanReadableId() - Method in class com.atlassian.bamboo.specs.api.model.permission.PlanPermissionsProperties
 
humanReadableId() - Method in class com.atlassian.bamboo.specs.api.model.permission.ProjectPermissionsProperties
 
humanReadableId() - Method in class com.atlassian.bamboo.specs.api.model.plan.PlanProperties
 
humanReadableId() - Method in class com.atlassian.bamboo.specs.api.model.project.ProjectProperties
 
humanReadableId() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties
 
humanReadableId() - Method in interface com.atlassian.bamboo.specs.api.model.RootEntityProperties
Entity type and id representation that is shown to human.
humanReadableType() - Method in class com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentials
 
humanReadableType() - Method in class com.atlassian.bamboo.specs.api.builders.deployment.Deployment
 
humanReadableType() - Method in class com.atlassian.bamboo.specs.api.builders.permission.DeploymentPermissions
 
humanReadableType() - Method in class com.atlassian.bamboo.specs.api.builders.permission.EnvironmentPermissions
 
humanReadableType() - Method in class com.atlassian.bamboo.specs.api.builders.permission.PlanPermissions
 
humanReadableType() - Method in class com.atlassian.bamboo.specs.api.builders.permission.ProjectPermissions
 
humanReadableType() - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
 
humanReadableType() - Method in class com.atlassian.bamboo.specs.api.builders.project.Project
 
humanReadableType() - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsRepository
 
humanReadableType() - Method in class com.atlassian.bamboo.specs.api.builders.RootEntityPropertiesBuilder
Entity type that is shown to human.
humanReadableType() - Method in class com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsProperties
 
humanReadableType() - Method in class com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties
 
humanReadableType() - Method in class com.atlassian.bamboo.specs.api.model.permission.DeploymentPermissionsProperties
 
humanReadableType() - Method in class com.atlassian.bamboo.specs.api.model.permission.EnvironmentPermissionsProperties
 
humanReadableType() - Method in class com.atlassian.bamboo.specs.api.model.permission.PlanPermissionsProperties
 
humanReadableType() - Method in class com.atlassian.bamboo.specs.api.model.permission.ProjectPermissionsProperties
 
humanReadableType() - Method in class com.atlassian.bamboo.specs.api.model.plan.PlanProperties
 
humanReadableType() - Method in class com.atlassian.bamboo.specs.api.model.project.ProjectProperties
 
humanReadableType() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties
 
humanReadableType() - Method in interface com.atlassian.bamboo.specs.api.model.RootEntityProperties
Entity type that is shown to human.

I

id(String) - Method in class com.atlassian.bamboo.specs.api.builders.applink.ApplicationLink
Link to an application by its application id.
ignoreHungBuilds() - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Use this method to ignore hung build and allow user to stop it manually.
image(String) - Method in class com.atlassian.bamboo.specs.api.builders.docker.DockerConfiguration
Specify the name of the Docker image to use.
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.
importClassName(Class) - Method in class com.atlassian.bamboo.specs.api.codegen.CodeGenerationContext
Adds a class to the list of classes used in the generated code.
ImporterUtils - Class in com.atlassian.bamboo.specs.api.validators.common
Utility validation methods for importing Bamboo Specs.
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
 
incIndentation() - Method in class com.atlassian.bamboo.specs.api.codegen.CodeGenerationContext
Increment code indentation.
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.
InliningUtils - Class in com.atlassian.bamboo.specs.api.util
Utilities for preventing inlining of constants.
inProject(Project) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Sets the project plan belongs to.
integrationBranch(PlanBranchIdentifier) - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.BranchIntegration
Sets integration branch identifier.
integrationBranchKey(String) - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.BranchIntegration
Sets integration branch key.
integrationBranchKey(BambooKey) - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.BranchIntegration
Sets integration branch key.
integrationBranchOid(String) - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.BranchIntegration
Sets integration branch oid.
integrationBranchOid(BambooOid) - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.BranchIntegration
Sets integration branch oid.
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.
INVALID_CHARACTERS - Static variable in class com.atlassian.bamboo.specs.api.validators.LabelValidator
 
INVALID_CHARACTERS_FIND_EXPR - Static variable in class com.atlassian.bamboo.specs.api.validators.LabelValidator
 
invoke(Supplier<T>) - Static method in class com.atlassian.bamboo.specs.maven.sandbox.SecureMethodInvoker
 
isAllArtifacts() - Method in class com.atlassian.bamboo.specs.model.task.ArtifactItemProperties
 
isAllArtifacts() - Method in class com.atlassian.bamboo.specs.model.task.DownloadItemProperties
 
isApplicableToBranches() - Method in class com.atlassian.bamboo.specs.api.model.deployment.ReleaseNamingProperties
 
isAssociateWithRepository() - Method in class com.atlassian.bamboo.specs.model.task.BuildWarningParserTaskProperties
 
isAutoIncrement() - Method in class com.atlassian.bamboo.specs.api.model.deployment.ReleaseNamingProperties
 
isCheckingIfTagIsInBranch() - Method in class com.atlassian.bamboo.specs.model.trigger.TagTriggerProperties
 
isCleanCheckout() - Method in class com.atlassian.bamboo.specs.model.task.VcsCheckoutTaskProperties
 
isCleanupEnabled() - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchConfigurationProperties
 
isCleanWorkingDirectory() - Method in class com.atlassian.bamboo.specs.api.model.plan.JobProperties
 
isCommitIsolationEnabled() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsChangeDetectionProperties
 
isCreateOnly() - Method in class com.atlassian.bamboo.specs.api.model.VariableProperties
 
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
 
isDefaultRssBranch() - Static method in class com.atlassian.bamboo.specs.api.context.RssRuntimeContext
Check if branch is default repository branch.
isDetachedContainer() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerRunContainerTaskProperties
 
isEmpty() - Method in class com.atlassian.bamboo.specs.api.validators.common.ValidationContext
Returns true if context is empty.
isEmptyField(Object) - Static method in class com.atlassian.bamboo.specs.codegen.emitters.CodeGenerationUtils
Checks if value is empty.
isEnabled() - Method in class com.atlassian.bamboo.specs.api.model.docker.DockerConfigurationProperties
 
isEnabled() - Method in class com.atlassian.bamboo.specs.api.model.plan.AbstractPlanProperties
 
isEnabled() - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.BranchIntegrationProperties
 
isEnabled() - Method in class com.atlassian.bamboo.specs.api.model.task.TaskProperties
 
isEnabled() - Method in class com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties
 
isEnabledForBranches() - Method in class com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesConfigurationProperties
 
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
 
isFinalStage() - Method in class com.atlassian.bamboo.specs.api.model.plan.StageProperties
 
isFirstOccurrenceOnly() - Method in class com.atlassian.bamboo.specs.model.notification.BuildErrorNotificationProperties
 
isFullKeyDefined() - Method in class com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties
 
isGatekeeper() - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.BranchIntegrationProperties
 
isHasTests() - Method in class com.atlassian.bamboo.specs.model.task.AntTaskProperties
 
isHasTests() - Method in class com.atlassian.bamboo.specs.model.task.MavenTaskProperties
 
isHttpCompressionOn() - Method in class com.atlassian.bamboo.specs.api.model.plan.artifact.ArtifactProperties
 
isIdDefined() - Method in class com.atlassian.bamboo.specs.api.model.applink.ApplicationLinkProperties
 
isInfoEnabled() - Method in class com.atlassian.bamboo.specs.util.Logger
Returns true if logging at Logger.LogLevel.INFO is enabled.
isIssueLinkingEnabled() - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchManagementProperties
 
isKeyDefined() - Method in class com.atlassian.bamboo.specs.api.model.plan.AbstractPlanIdentifierProperties
 
isKeyDefined() - Method in class com.atlassian.bamboo.specs.api.model.plan.AbstractPlanProperties
 
isLinkToDetachedContainers() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerRunContainerTaskProperties
 
isLocalPathAntStyle() - Method in class com.atlassian.bamboo.specs.model.task.ScpTaskProperties
 
isManual() - Method in class com.atlassian.bamboo.specs.api.model.plan.StageProperties
 
isNameDefined() - Method in class com.atlassian.bamboo.specs.api.model.applink.ApplicationLinkProperties
 
isNameDefined() - Method in class com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsIdentifierProperties
 
isNameDefined() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryIdentifierProperties
 
isNotifyUsers() - Method in class com.atlassian.bamboo.specs.model.notification.HipChatRecipientProperties
 
isOidDefined() - Method in class com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsIdentifierProperties
 
isOidDefined() - Method in class com.atlassian.bamboo.specs.api.model.plan.AbstractPlanIdentifierProperties
 
isOidDefined() - Method in class com.atlassian.bamboo.specs.api.model.plan.AbstractPlanProperties
 
isOidDefined() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryIdentifierProperties
 
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
 
isPasswordVariable(String) - Static method in class com.atlassian.bamboo.specs.api.util.VariableUtils
 
isPickUpTestResultsCreatedOutsideOfThisBuild() - Method in class com.atlassian.bamboo.specs.model.task.MochaParserTaskProperties
 
isPushOn() - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.BranchIntegrationProperties
 
isQuietPeriodEnabled() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsChangeDetectionProperties
 
isRemoveDeletedFromRepository() - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.BranchCleanupProperties
 
isRemoveInactiveInRepository() - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.BranchCleanupProperties
 
isRequireAllStagesPassing() - Method in class com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesConfigurationProperties
 
isRequired() - Method in class com.atlassian.bamboo.specs.api.model.plan.artifact.ArtifactProperties
 
isRestEnabled() - Static method in class com.atlassian.bamboo.specs.api.rsbs.RunnerSettings
 
isSaveAsFile() - Method in class com.atlassian.bamboo.specs.model.task.docker.DockerBuildImageTaskProperties
 
isScopeDefined() - Method in class com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsIdentifierProperties
 
isShared() - Method in class com.atlassian.bamboo.specs.api.model.plan.artifact.ArtifactProperties
 
isSkipIfLatestVersionAlreadyDeployed() - Method in class com.atlassian.bamboo.specs.model.trigger.ScheduledTriggerProperties
 
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
 
issueLinkingEnabled(boolean) - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.PlanBranchManagement
Enables/disables automatic JIRA issue link creation when new branch is created.
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
 
isUseSystemWideDefault() - Method in class com.atlassian.bamboo.specs.api.model.plan.configuration.ConcurrentBuildsProperties
 
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
 
isWebhookEnabled() - Method in class com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties
 

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
 
Job - Class in com.atlassian.bamboo.specs.api.builders.plan
Represents a Bamboo job.
Job(Job) - Constructor for class com.atlassian.bamboo.specs.api.builders.plan.Job
 
Job(String, String) - Constructor for class com.atlassian.bamboo.specs.api.builders.plan.Job
Specify job with given name and key.
Job(String, BambooKey) - Constructor for class com.atlassian.bamboo.specs.api.builders.plan.Job
Specify job with given name and key.
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
 
JobProperties - Class in com.atlassian.bamboo.specs.api.model.plan
 
JobProperties(BambooKeyProperties, String, String, boolean, boolean, Collection<PluginConfigurationProperties>, List<ArtifactProperties>, List<TaskProperties>, List<TaskProperties>, List<RequirementProperties>, List<ArtifactSubscriptionProperties>, DockerConfigurationProperties) - Constructor for class com.atlassian.bamboo.specs.api.model.plan.JobProperties
 
jobs(Job...) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Stage
Adds Jobs to the stage.
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
 
JobValidator - Class in com.atlassian.bamboo.specs.api.validators.plan
 
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(String) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Job
Sets the job's key.
key(BambooKey) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Job
Sets the job's key.
key(String) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Sets the plan's key.
key(BambooKey) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Sets the plan's key.
key(String) - Method in class com.atlassian.bamboo.specs.api.builders.plan.PlanBranchIdentifier
 
key(BambooKey) - Method in class com.atlassian.bamboo.specs.api.builders.plan.PlanBranchIdentifier
 
key(String) - Method in class com.atlassian.bamboo.specs.api.builders.plan.PlanIdentifier
 
key(BambooKey) - Method in class com.atlassian.bamboo.specs.api.builders.plan.PlanIdentifier
 
key(String) - Method in class com.atlassian.bamboo.specs.api.builders.project.Project
Sets a project key.
key(BambooKey) - Method in class com.atlassian.bamboo.specs.api.builders.project.Project
Sets a project key.
key - Variable in class com.atlassian.bamboo.specs.api.model.plan.AbstractPlanIdentifierProperties
 
key - Variable in class com.atlassian.bamboo.specs.builders.task.BaseSshTask
 
KEY_REGEXP - Static variable in class com.atlassian.bamboo.specs.api.validators.BambooKeyValidator
 

L

Label - Class in com.atlassian.bamboo.specs.api.builders.label
Represents a label which can be placed on various Bamboo entities such as plans.
Label(String) - Constructor for class com.atlassian.bamboo.specs.api.builders.label.Label
Creates a label with given name.
label - Variable in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
LabelProperties - Class in com.atlassian.bamboo.specs.api.model.label
 
LabelProperties() - Constructor for class com.atlassian.bamboo.specs.api.model.label.LabelProperties
 
LabelProperties(String) - Constructor for class com.atlassian.bamboo.specs.api.model.label.LabelProperties
 
labels(String...) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Adds labels to this plan.
labels(Label...) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Adds labels to this plan.
LabelValidator - Class in com.atlassian.bamboo.specs.api.validators
 
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.
LinkedGlobalRepository(String, AtlassianModuleProperties) - Constructor for class com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties.LinkedGlobalRepository
 
linkedRepositories(String...) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Adds linked repositories with given names to this plan.
linkedRepositories(VcsRepositoryIdentifier...) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Deprecated.
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.
linkToGlobalRepository(VcsRepository<?, ?>) - Static method in class com.atlassian.bamboo.specs.api.builders.repository.PlanRepositoryLink
Specifies a link to existing global repository.
linkToGlobalRepository(VcsRepositoryIdentifier) - Static method in class com.atlassian.bamboo.specs.api.builders.repository.PlanRepositoryLink
Specifies a link to existing global repository.
linkToProjectRepository(VcsRepositoryIdentifier) - Static method in class com.atlassian.bamboo.specs.api.builders.repository.PlanRepositoryLink
Specifies a link to existing project repository.
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
 
localRepositoryDefinition(VcsRepository<?, ?>) - Method in class com.atlassian.bamboo.specs.api.builders.repository.PlanRepositoryLink
Specifies a link to a plan-managed repository.
location(String) - Method in class com.atlassian.bamboo.specs.api.builders.plan.artifact.Artifact
Specifies a path in which Bamboo should look for the files when creating an actual artifact.
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.
LoggedInUserPermissions - Class in com.atlassian.bamboo.specs.api.builders.permission
 
LoggedInUserPermissions() - Constructor for class com.atlassian.bamboo.specs.api.builders.permission.LoggedInUserPermissions
 
loggedInUserPermissions(PermissionType...) - Method in class com.atlassian.bamboo.specs.api.builders.permission.Permissions
 
LoggedInUserPermissionsProperties - Class in com.atlassian.bamboo.specs.api.model.permission
 
LoggedInUserPermissionsProperties(Collection<PermissionType>) - Constructor for class com.atlassian.bamboo.specs.api.model.permission.LoggedInUserPermissionsProperties
 
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
 
LowPrivilegeThreadPermissionVerifier - Class in com.atlassian.bamboo.specs.maven.sandbox
A permission checker with very limited set of allowed permissions.
LowPrivilegeThreadPermissionVerifier(Path, Path) - Constructor for class com.atlassian.bamboo.specs.maven.sandbox.LowPrivilegeThreadPermissionVerifier
Permission verifier.

M

main(String...) - Static method in class com.atlassian.bamboo.specs.codegen.BambooSpecsGenerator
 
manual(boolean) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Stage
Specifies if stage is a manual stage.
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
 
matches(String, String) - Static method in class com.atlassian.bamboo.specs.api.builders.requirement.Requirement
Specifies a requirement that a capability with matching key has value that matches regexp provided in value of requirement.
matchType(Requirement.MatchType) - Method in class com.atlassian.bamboo.specs.api.builders.requirement.Requirement
Sets a match type.
matchValue(String) - Method in class com.atlassian.bamboo.specs.api.builders.requirement.Requirement
Sets a requirement value.
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
 
maximumNumberOfConcurrentBuilds(int) - Method in class com.atlassian.bamboo.specs.api.builders.plan.configuration.ConcurrentBuilds
 
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.api.builders.applink.ApplicationLink
Link to an application by name.
name - Variable in class com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentials
 
name(String) - Method in class com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentials
Set the name by which credentials will be identified by Bamboo.
name(String) - Method in class com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentialsIdentifier
Reference shared credential by name.
name(String) - Method in class com.atlassian.bamboo.specs.api.builders.deployment.Deployment
Sets the deployment name.
name(String) - Method in class com.atlassian.bamboo.specs.api.builders.plan.artifact.Artifact
Sets an artifact name.
name(String) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Job
Sets the job's name.
name(String) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Sets the plan name.
name(String) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Stage
Sets a stage's name.
name(String) - Method in class com.atlassian.bamboo.specs.api.builders.project.Project
Sets a project name.
name - Variable in class com.atlassian.bamboo.specs.api.builders.repository.VcsRepository
 
name(String) - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsRepository
Sets the name by which repository will be identified by Bamboo.
name(String) - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsRepositoryIdentifier
References repository by name.
name - Variable in class com.atlassian.bamboo.specs.api.builders.trigger.Trigger
 
name(String) - Method in class com.atlassian.bamboo.specs.api.builders.trigger.Trigger
Sets the name of this trigger.
name(String) - Method in class com.atlassian.bamboo.specs.api.builders.Variable
Sets variable name.
name - Variable in class com.atlassian.bamboo.specs.api.model.VariableProperties
 
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.
newLine() - Method in class com.atlassian.bamboo.specs.api.codegen.CodeGenerationContext
Produces a string with new line followed by a number of spaces determined according to the current indentation level.
NoArgCallEmitter<T> - Class in com.atlassian.bamboo.specs.codegen.emitters.fragment
 
NoArgCallEmitter(String) - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.fragment.NoArgCallEmitter
 
NoArgCallForBooleanValue - Annotation Type in com.atlassian.bamboo.specs.api.codegen.annotations
Indicates method that should be called if the field is boolean and its value matches the value.
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.
noDependencies() - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Deprecated.
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
 
noLabels() - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Deprecated.
noNotifications() - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Deprecated.
noPluginConfigurations() - Method in class com.atlassian.bamboo.specs.api.builders.plan.Job
Deprecated.
noPluginConfigurations() - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Deprecated.
noRepository() - Method in class com.atlassian.bamboo.specs.builders.task.BuildWarningParserTask
Remove association with source repository.
Notification - Class in com.atlassian.bamboo.specs.api.builders.notification
Represents a notification configuration.
Notification() - Constructor for class com.atlassian.bamboo.specs.api.builders.notification.Notification
 
notificationDisabled() - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.PlanBranchManagement
No notifications will be sent for the created branch.
notificationForCommitters() - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.PlanBranchManagement
All committers and people who have favourited the branch will be notified for all build failures and the first successful build.
notificationLikeParentPlan() - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.PlanBranchManagement
Use the same notification rules as configured for the master plan.
NotificationProperties - Class in com.atlassian.bamboo.specs.api.model.notification
 
NotificationProperties() - Constructor for class com.atlassian.bamboo.specs.api.model.notification.NotificationProperties
 
NotificationProperties(NotificationTypeProperties, List<NotificationRecipientProperties>) - Constructor for class com.atlassian.bamboo.specs.api.model.notification.NotificationProperties
 
NotificationRecipient<N extends NotificationRecipient<N,P>,P extends NotificationRecipientProperties> - Class in com.atlassian.bamboo.specs.api.builders.notification
Represents notification recipient.
NotificationRecipient() - Constructor for class com.atlassian.bamboo.specs.api.builders.notification.NotificationRecipient
 
NotificationRecipientProperties - Class in com.atlassian.bamboo.specs.api.model.notification
 
NotificationRecipientProperties() - Constructor for class com.atlassian.bamboo.specs.api.model.notification.NotificationRecipientProperties
 
notifications(Notification...) - Method in class com.atlassian.bamboo.specs.api.builders.deployment.Environment
Appends a notification rule to the environment.
notifications(Notification...) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Appends a notification rule to the plan.
NotificationStrategyEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.plan.branches
 
NotificationStrategyEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.plan.branches.NotificationStrategyEmitter
 
NotificationType<N extends NotificationType<N,P>,P extends NotificationTypeProperties> - Class in com.atlassian.bamboo.specs.api.builders.notification
Represents notification type.
NotificationType() - Constructor for class com.atlassian.bamboo.specs.api.builders.notification.NotificationType
 
NotificationTypeProperties - Class in com.atlassian.bamboo.specs.api.model.notification
 
NotificationTypeProperties() - Constructor for class com.atlassian.bamboo.specs.api.model.notification.NotificationTypeProperties
 
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

of(String) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ValidationContext
Returns a single-element context.
oid(String) - Method in class com.atlassian.bamboo.specs.api.builders.credentials.AnySharedCredentials
 
oid(BambooOid) - Method in class com.atlassian.bamboo.specs.api.builders.credentials.AnySharedCredentials
 
oid - Variable in class com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentials
 
oid(String) - Method in class com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentials
Set the credential's oid.
oid(BambooOid) - Method in class com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentials
Set the credential's oid from oid string.
oid(String) - Method in class com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentialsIdentifier
Reference shared credential by oid.
oid(BambooOid) - Method in class com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentialsIdentifier
Reference shared credential by oid.
oid(String) - Method in class com.atlassian.bamboo.specs.api.builders.deployment.Deployment
Sets the deployments's oid.
oid(BambooOid) - Method in class com.atlassian.bamboo.specs.api.builders.deployment.Deployment
Sets the deployments's oid.
oid(String) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Sets the plans's oid.
oid(BambooOid) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Sets the plans's oid.
oid(String) - Method in class com.atlassian.bamboo.specs.api.builders.plan.PlanBranchIdentifier
 
oid(BambooOid) - Method in class com.atlassian.bamboo.specs.api.builders.plan.PlanBranchIdentifier
 
oid(String) - Method in class com.atlassian.bamboo.specs.api.builders.plan.PlanIdentifier
 
oid(BambooOid) - Method in class com.atlassian.bamboo.specs.api.builders.plan.PlanIdentifier
 
oid(String) - Method in class com.atlassian.bamboo.specs.api.builders.project.Project
Sets a project's oid.
oid(BambooOid) - Method in class com.atlassian.bamboo.specs.api.builders.project.Project
Sets a project's oid.
oid - Variable in class com.atlassian.bamboo.specs.api.builders.repository.VcsRepository
 
oid(String) - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsRepository
Sets the repository's oid from string.
oid(BambooOid) - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsRepository
Sets the repository's oid.
oid(String) - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsRepositoryIdentifier
References repository by oid.
oid(BambooOid) - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsRepositoryIdentifier
References repository by oid.
oid - Variable in class com.atlassian.bamboo.specs.api.model.plan.AbstractPlanIdentifierProperties
 
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

parent - Variable in class com.atlassian.bamboo.specs.api.builders.repository.VcsRepository
 
parent(String) - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsRepository
Sets the parent of this repository should inherit data from.
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
 
permissions(Permissions) - Method in class com.atlassian.bamboo.specs.api.builders.permission.DeploymentPermissions
 
permissions(Permissions) - Method in class com.atlassian.bamboo.specs.api.builders.permission.EnvironmentPermissions
 
permissions(PermissionType...) - Method in class com.atlassian.bamboo.specs.api.builders.permission.GroupPermission
 
permissions(PermissionType...) - Method in class com.atlassian.bamboo.specs.api.builders.permission.LoggedInUserPermissions
 
Permissions - Class in com.atlassian.bamboo.specs.api.builders.permission
Entity representing permissions.
Permissions() - Constructor for class com.atlassian.bamboo.specs.api.builders.permission.Permissions
 
permissions(Permissions) - Method in class com.atlassian.bamboo.specs.api.builders.permission.PlanPermissions
 
permissions(PermissionType...) - Method in class com.atlassian.bamboo.specs.api.builders.permission.UserPermission
 
PermissionsProperties - Class in com.atlassian.bamboo.specs.api.model.permission
 
PermissionsProperties(Collection<UserPermission>, Collection<GroupPermission>, LoggedInUserPermissions, AnonymousUserPermissions) - Constructor for class com.atlassian.bamboo.specs.api.model.permission.PermissionsProperties
 
PermissionType - Enum in com.atlassian.bamboo.specs.api.builders.permission
 
PermissionValidator - Class in com.atlassian.bamboo.specs.api.validators.permission
 
PermissionValidator.PermissionTarget - Enum in com.atlassian.bamboo.specs.api.validators.permission
 
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.
Plan - Class in com.atlassian.bamboo.specs.api.builders.plan
Represents a Bamboo plan.
Plan(Plan) - Constructor for class com.atlassian.bamboo.specs.api.builders.plan.Plan
 
Plan(Project, String, String) - Constructor for class com.atlassian.bamboo.specs.api.builders.plan.Plan
Specify plan with given project, name and key.
Plan(Project, String, BambooKey) - Constructor for class com.atlassian.bamboo.specs.api.builders.plan.Plan
Specify plan with given project, name and key.
PlanBranchConfiguration - Class in com.atlassian.bamboo.specs.api.builders.plan.branches
Represents configuration items that are specific for plan branches.
PlanBranchConfiguration() - Constructor for class com.atlassian.bamboo.specs.api.builders.plan.branches.PlanBranchConfiguration
 
PlanBranchConfigurationProperties - Class in com.atlassian.bamboo.specs.api.model.plan.branches
 
PlanBranchConfigurationProperties(BranchIntegrationProperties, boolean) - Constructor for class com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchConfigurationProperties
 
PlanBranchIdentifier - Class in com.atlassian.bamboo.specs.api.builders.plan
 
PlanBranchIdentifier(PlanBranchIdentifier) - Constructor for class com.atlassian.bamboo.specs.api.builders.plan.PlanBranchIdentifier
 
PlanBranchIdentifier(BambooKey) - Constructor for class com.atlassian.bamboo.specs.api.builders.plan.PlanBranchIdentifier
 
PlanBranchIdentifier(BambooOid) - Constructor for class com.atlassian.bamboo.specs.api.builders.plan.PlanBranchIdentifier
 
PlanBranchIdentifierProperties - Class in com.atlassian.bamboo.specs.api.model.plan
 
PlanBranchIdentifierProperties(BambooKeyProperties, BambooOidProperties) - Constructor for class com.atlassian.bamboo.specs.api.model.plan.PlanBranchIdentifierProperties
 
PlanBranchManagement - Class in com.atlassian.bamboo.specs.api.builders.plan.branches
Represents configuration of automatic branch management.
PlanBranchManagement() - Constructor for class com.atlassian.bamboo.specs.api.builders.plan.branches.PlanBranchManagement
 
planBranchManagement(PlanBranchManagement) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Specifies plan branch management options for this plan.
PlanBranchManagementProperties - Class in com.atlassian.bamboo.specs.api.model.plan.branches
 
PlanBranchManagementProperties(CreatePlanBranchesProperties, BranchCleanupProperties, PlanBranchManagementProperties.TriggeringOption, TriggerProperties, PlanBranchManagementProperties.NotificationStrategy, BranchIntegrationProperties, boolean) - Constructor for class com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchManagementProperties
 
PlanBranchManagementProperties.NotificationStrategy - Enum in com.atlassian.bamboo.specs.api.model.plan.branches
 
PlanBranchManagementProperties.TriggeringOption - Enum in com.atlassian.bamboo.specs.api.model.plan.branches
 
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
 
PlanIdentifier - Class in com.atlassian.bamboo.specs.api.builders.plan
 
PlanIdentifier(String, String) - Constructor for class com.atlassian.bamboo.specs.api.builders.plan.PlanIdentifier
 
PlanIdentifier(BambooKey, BambooKey) - Constructor for class com.atlassian.bamboo.specs.api.builders.plan.PlanIdentifier
 
PlanIdentifier(BambooOid) - Constructor for class com.atlassian.bamboo.specs.api.builders.plan.PlanIdentifier
 
PlanIdentifierEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.plan
 
PlanIdentifierEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.plan.PlanIdentifierEmitter
 
PlanIdentifierProperties - Class in com.atlassian.bamboo.specs.api.model.plan
 
PlanIdentifierProperties(BambooKeyProperties, BambooKeyProperties, BambooOidProperties) - Constructor for class com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties
 
PlanLabelsEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.plan
 
PlanLabelsEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.plan.PlanLabelsEmitter
 
PlanPermissions - Class in com.atlassian.bamboo.specs.api.builders.permission
Entity representing permissions for plans.
PlanPermissions(BambooOid) - Constructor for class com.atlassian.bamboo.specs.api.builders.permission.PlanPermissions
 
PlanPermissions(BambooKey, BambooKey) - Constructor for class com.atlassian.bamboo.specs.api.builders.permission.PlanPermissions
 
PlanPermissions(PlanIdentifier) - Constructor for class com.atlassian.bamboo.specs.api.builders.permission.PlanPermissions
 
PlanPermissionsProperties - Class in com.atlassian.bamboo.specs.api.model.permission
 
PlanPermissionsProperties(PlanIdentifier, Permissions) - Constructor for class com.atlassian.bamboo.specs.api.model.permission.PlanPermissionsProperties
 
PlanProperties - Class in com.atlassian.bamboo.specs.api.model.plan
 
PlanProperties(BambooOidProperties, BambooKeyProperties, String, String, ProjectProperties, List<StageProperties>, List<PlanRepositoryLinkProperties>, List<TriggerProperties>, List<VariableProperties>, boolean, Collection<PluginConfigurationProperties>, PlanBranchManagementProperties, DependenciesProperties, RepositoryStoredSpecsData, List<NotificationProperties>, Boolean, List<VcsRepositoryBranchProperties>, List<LabelProperties>, PlanBranchConfigurationProperties) - Constructor for class com.atlassian.bamboo.specs.api.model.plan.PlanProperties
 
planRepositories(VcsRepository<?, ?>...) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Adds local repositories to this plan.
PlanRepositoriesEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.plan
 
PlanRepositoriesEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.plan.PlanRepositoriesEmitter
 
PlanRepositoryLink - Class in com.atlassian.bamboo.specs.api.builders.repository
Links repository to a plan.
PlanRepositoryLink() - Constructor for class com.atlassian.bamboo.specs.api.builders.repository.PlanRepositoryLink
 
PlanRepositoryLinkProperties - Class in com.atlassian.bamboo.specs.api.model.repository
 
PlanRepositoryLinkProperties(VcsRepositoryProperties) - Constructor for class com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties
 
PlanRepositoryLinkProperties.LinkedGlobalRepository - Class in com.atlassian.bamboo.specs.api.model.repository
 
PlanRepositoryLinkProperties.ProjectRepository - Class in com.atlassian.bamboo.specs.api.model.repository
 
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
 
PlanValidator - Class in com.atlassian.bamboo.specs.api.validators.plan
 
PluginConfiguration<T extends PluginConfigurationProperties> - Class in com.atlassian.bamboo.specs.api.builders.plan.configuration
 
PluginConfiguration() - Constructor for class com.atlassian.bamboo.specs.api.builders.plan.configuration.PluginConfiguration
 
PluginConfigurationHelper - Class in com.atlassian.bamboo.specs.api.util
 
PluginConfigurationProperties - Interface in com.atlassian.bamboo.specs.api.model.plan.configuration
 
pluginConfigurations(EnvironmentPluginConfiguration<? extends EnvironmentPluginConfigurationProperties>...) - Method in class com.atlassian.bamboo.specs.api.builders.deployment.Environment
Appends plugin configuration to the environment.
pluginConfigurations(PluginConfiguration<?>...) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Job
Appends plugin configuration to the plan.
pluginConfigurations(PluginConfiguration<?>...) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Appends plugin configuration to the plan.
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
 
preventInlining(String) - Static method in class com.atlassian.bamboo.specs.api.util.InliningUtils
Prevents inlining of a String value.
preventInlining(boolean) - Static method in class com.atlassian.bamboo.specs.api.util.InliningUtils
Prevents inlining of a boolean value.
preventInlining(int) - Static method in class com.atlassian.bamboo.specs.api.util.InliningUtils
Prevents inlining of an integer value.
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.
PrivilegedThreads - Class in com.atlassian.bamboo.specs.maven.sandbox
 
project - Variable in class com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentials
 
project(Project) - Method in class com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentials
Set the credential's project.
Project - Class in com.atlassian.bamboo.specs.api.builders.project
Represents Bamboo project.
Project() - Constructor for class com.atlassian.bamboo.specs.api.builders.project.Project
Specifies Bamboo project.
project - Variable in class com.atlassian.bamboo.specs.api.builders.repository.VcsRepository
 
project(Project) - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsRepository
Set the repository's project.
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.api.builders.plan.PlanIdentifier
 
projectKey(BambooKey) - Method in class com.atlassian.bamboo.specs.api.builders.plan.PlanIdentifier
 
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.
ProjectPermissions - Class in com.atlassian.bamboo.specs.api.builders.permission
Entity representing permissions for project.
ProjectPermissions(BambooKey) - Constructor for class com.atlassian.bamboo.specs.api.builders.permission.ProjectPermissions
 
ProjectPermissions(String) - Constructor for class com.atlassian.bamboo.specs.api.builders.permission.ProjectPermissions
 
projectPermissions(Permissions) - Method in class com.atlassian.bamboo.specs.api.builders.permission.ProjectPermissions
 
ProjectPermissionsProperties - Class in com.atlassian.bamboo.specs.api.model.permission
 
ProjectPermissionsProperties(BambooKey, Permissions, Permissions, List<VcsRepositoryIdentifierProperties>) - Constructor for class com.atlassian.bamboo.specs.api.model.permission.ProjectPermissionsProperties
 
projectPlanPermissions(Permissions) - Method in class com.atlassian.bamboo.specs.api.builders.permission.ProjectPermissions
 
ProjectProperties - Class in com.atlassian.bamboo.specs.api.model.project
 
ProjectProperties(BambooOidProperties, BambooKeyProperties, String, String, List<VariableProperties>, List<SharedCredentialsProperties>, List<VcsRepositoryProperties>, RepositoryStoredSpecsData) - Constructor for class com.atlassian.bamboo.specs.api.model.project.ProjectProperties
 
projectRepositories(String...) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Adds project repositories with given names to this plan.
projectRepository(VcsRepository<?, ?>) - Method in class com.atlassian.bamboo.specs.api.builders.repository.PlanRepositoryLink
Specifies a link to existing project repository.
ProjectRepository(String, AtlassianModuleProperties, ProjectProperties) - Constructor for class com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties.ProjectRepository
 
ProjectValidator - Class in com.atlassian.bamboo.specs.api.validators.project
 
PropertiesValidationException - Exception in com.atlassian.bamboo.specs.api.exceptions
Errors in export properties objects (mostly required properties, and context free validation).
PropertiesValidationException(String) - Constructor for exception com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
 
PropertiesValidationException(String, Throwable) - Constructor for exception com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
 
PropertiesValidationException(ValidationContext, String) - Constructor for exception com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
 
PropertiesValidationException(List<ValidationProblem>) - Constructor for exception com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
 
PropertiesValidationException(ValidationProblem) - Constructor for exception com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
 
PropertiesValidationException(List<ValidationProblem>, Throwable) - Constructor for exception com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
 
publish(RootEntityPropertiesBuilder) - Method in class com.atlassian.bamboo.specs.util.BambooServer
Publishes the given entity to Bamboo server.
pushOnSuccessfulBuild(boolean) - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.BranchIntegration
Enables/disables executing push on successful build.
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
 
putPluginConfiguration(Map<String, PluginConfigurationProperties>, PluginConfiguration<?>) - Static method in class com.atlassian.bamboo.specs.api.util.PluginConfigurationHelper
 

Q

quietPeriod(Duration) - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsChangeDetection
Defines quiet period duration, that is time Bamboo should wait after a new change, before initiating a build.
quietPeriodEnabled(boolean) - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsChangeDetection
Enables/disables quiet period feature on the repository.
quietPeriodInSeconds(int) - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsChangeDetection
Defines quiet period duration in seconds, that is time Bamboo should wait after a new change, before initiating a build.
quietPeriodMaxRetries(int) - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsChangeDetection
Defines maximum retries count for quiet period, that is how many time Bamboo should check for new changes before initiating a build regardless of the outcome.

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
 
recipients(NotificationRecipient<?, ?>...) - Method in class com.atlassian.bamboo.specs.api.builders.notification.EmptyNotificationsList
Deprecated.
 
recipients(NotificationRecipient<?, ?>...) - Method in class com.atlassian.bamboo.specs.api.builders.notification.Notification
Defines notification recipient.
recipientString(String) - Method in class com.atlassian.bamboo.specs.api.builders.notification.AnyNotificationRecipient
Sets configuration string for this recipient.
ReflectionEnabledThreadPermissionVerifier - Class in com.atlassian.bamboo.specs.maven.sandbox
A permission checker allowing limted access to Reflection API.
registryType - Variable in class com.atlassian.bamboo.specs.builders.task.AbstractDockerRegistryTask
 
RELAXED_XSS_RELATED_CHARACTERS - Static variable in class com.atlassian.bamboo.specs.api.validators.common.BambooStringUtils
 
releaseNaming(ReleaseNaming) - Method in class com.atlassian.bamboo.specs.api.builders.deployment.Deployment
 
ReleaseNaming - Class in com.atlassian.bamboo.specs.api.builders.deployment
Specifies release naming scheme of a deployment project, that is, defines what version name Bamboo should assign to automatically created releases.
ReleaseNaming(String) - Constructor for class com.atlassian.bamboo.specs.api.builders.deployment.ReleaseNaming
Specifies the name of the next release.
ReleaseNamingHelper - Class in com.atlassian.bamboo.specs.api.util
 
ReleaseNamingHelper.SplitVersionName - Class in com.atlassian.bamboo.specs.api.util
 
ReleaseNamingProperties - Class in com.atlassian.bamboo.specs.api.model.deployment
 
ReleaseNamingProperties() - Constructor for class com.atlassian.bamboo.specs.api.model.deployment.ReleaseNamingProperties
 
ReleaseNamingProperties(String, boolean, boolean, Set<String>) - Constructor for class com.atlassian.bamboo.specs.api.model.deployment.ReleaseNamingProperties
 
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
 
repositories(VcsRepository<?, ?>...) - Method in class com.atlassian.bamboo.specs.api.builders.project.Project
Adds project repositories.
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.
RepositoryBasedTrigger<T extends RepositoryBasedTrigger<T,P>,P extends RepositoryBasedTriggerProperties> - Class in com.atlassian.bamboo.specs.api.builders.trigger
Represents a definition of trigger which uses a Bamboo repository to activate builds.
RepositoryBasedTrigger() - Constructor for class com.atlassian.bamboo.specs.api.builders.trigger.RepositoryBasedTrigger
 
RepositoryBasedTrigger.TriggeringRepositoriesType - Enum in com.atlassian.bamboo.specs.api.builders.trigger
 
RepositoryBasedTriggerProperties - Class in com.atlassian.bamboo.specs.api.model.trigger
 
RepositoryBasedTriggerProperties() - Constructor for class com.atlassian.bamboo.specs.api.model.trigger.RepositoryBasedTriggerProperties
 
RepositoryBasedTriggerProperties(String, String, boolean, Set<TriggerConditionProperties>, RepositoryBasedTrigger.TriggeringRepositoriesType, List<VcsRepositoryIdentifierProperties>) - Constructor for class com.atlassian.bamboo.specs.api.model.trigger.RepositoryBasedTriggerProperties
 
repositoryBranches(VcsRepositoryBranch...) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Defines which branches should be built by this plan or plan branch.
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.
RepositoryStoredSpecsData - Class in com.atlassian.bamboo.specs.api.rsbs
 
RepositoryStoredSpecsData(long) - Constructor for class com.atlassian.bamboo.specs.api.rsbs.RepositoryStoredSpecsData
 
repositoryUriContainsPassword(URI) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ValidationUtils
 
repositoryViewer - Variable in class com.atlassian.bamboo.specs.api.builders.repository.VcsRepository
 
repositoryViewer(VcsRepositoryViewer) - Method in class com.atlassian.bamboo.specs.api.builders.repository.VcsRepository
Sets a web repository viewer to be used with this repository.
requireAllStagesPassing(boolean) - Method in class com.atlassian.bamboo.specs.api.builders.plan.dependencies.DependenciesConfiguration
Controls whether it is required for all stages to be complete before triggering dependant plans.
required() - Method in class com.atlassian.bamboo.specs.api.builders.plan.artifact.Artifact
Set artifact to be required.
required(boolean) - Method in class com.atlassian.bamboo.specs.api.builders.plan.artifact.Artifact
Specifies if artifact is required.
REQUIRED_BY_DEFAULT - Static variable in class com.atlassian.bamboo.specs.api.builders.plan.artifact.Artifact
 
Requirement - Class in com.atlassian.bamboo.specs.api.builders.requirement
Represents a custom requirement.
Requirement(String) - Constructor for class com.atlassian.bamboo.specs.api.builders.requirement.Requirement
Specifies an "exists" requirement with a specified key.
Requirement.MatchType - Enum in com.atlassian.bamboo.specs.api.builders.requirement
 
RequirementProperties - Class in com.atlassian.bamboo.specs.api.model.plan.requirement
 
RequirementProperties(String, String, Requirement.MatchType) - Constructor for class com.atlassian.bamboo.specs.api.model.plan.requirement.RequirementProperties
 
requirements(Requirement...) - Method in class com.atlassian.bamboo.specs.api.builders.deployment.Environment
Adds custom requirements to the environment.
requirements(Requirement...) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Job
Adds custom requirements to the job.
requirements - Variable in class com.atlassian.bamboo.specs.api.builders.task.Task
 
requirements(Requirement...) - Method in class com.atlassian.bamboo.specs.api.builders.task.Task
Adds custom requirements to this task.
resetThreadPermissionCheckers() - Static method in class com.atlassian.bamboo.specs.maven.sandbox.PrivilegedThreads
 
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
 
RESULT - Static variable in class com.atlassian.bamboo.specs.maven.sandbox.SecureMethodResult
 
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.
RootEntityProperties - Interface in com.atlassian.bamboo.specs.api.model
 
RootEntityPropertiesBuilder<T extends RootEntityProperties> - Class in com.atlassian.bamboo.specs.api.builders
Represents Bamboo entity that can be sent to server.
RootEntityPropertiesBuilder() - Constructor for class com.atlassian.bamboo.specs.api.builders.RootEntityPropertiesBuilder
 
RssRuntimeContext - Class in com.atlassian.bamboo.specs.api.context
Runtime context for specs execution.
RunBambooSpecsMojo - Class in com.atlassian.bamboo.specs.maven
 
RunBambooSpecsMojo() - Constructor for class com.atlassian.bamboo.specs.maven.RunBambooSpecsMojo
 
RunnerSettings - Class in com.atlassian.bamboo.specs.api.rsbs
 
runSpecs(boolean) - Method in class com.atlassian.bamboo.specs.maven.sandbox.SpecsRunner
 

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, boolean, 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) - Static method in class com.atlassian.bamboo.specs.api.util.CronExpressionCreationHelper
 
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) - Static method in class com.atlassian.bamboo.specs.api.util.CronExpressionCreationHelper
 
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) - Static method in class com.atlassian.bamboo.specs.api.util.CronExpressionCreationHelper
 
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...) - Static method in class com.atlassian.bamboo.specs.api.util.CronExpressionCreationHelper
 
scheduleWeekly(LocalTime, Collection<DayOfWeek>) - Static method in class com.atlassian.bamboo.specs.api.util.CronExpressionCreationHelper
 
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(SharedCredentialsScope) - Method in class com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentialsIdentifier
Set scope for shared credentials.
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 - Annotation Type in com.atlassian.bamboo.specs.api.codegen.annotations
Annotation to mark fields which hold sensitive information, like passwords or SSH keys.
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
 
SecureMethodInvocationException(Exception) - Constructor for exception com.atlassian.bamboo.specs.maven.sandbox.SecureMethodInvoker.SecureMethodInvocationException
 
SecureMethodInvoker - Class in com.atlassian.bamboo.specs.maven.sandbox
 
SecureMethodInvoker.SecureMethodInvocationException - Exception in com.atlassian.bamboo.specs.maven.sandbox
 
SecureMethodResult - Class in com.atlassian.bamboo.specs.maven.sandbox
 
selectedTriggeringRepositories - Variable in class com.atlassian.bamboo.specs.api.builders.trigger.RepositoryBasedTrigger
 
selectedTriggeringRepositories(VcsRepositoryIdentifier...) - Method in class com.atlassian.bamboo.specs.api.builders.trigger.RepositoryBasedTrigger
Adds the source repository for the trigger.
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.
serverConfiguration(Map<String, Object>) - Method in class com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository
Sets server part of the configuration.
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
 
setPermissionCheckers(Map<Thread, ThreadPermissionVerifier>, ThreadPermissionVerifier) - Static method in class com.atlassian.bamboo.specs.maven.sandbox.BambooSpecsSecurityManager
Set the permission checkers used by the BambooSpecsSecurityManager.
setRepositoryStoredSpecsData(RepositoryStoredSpecsData) - Static method in class com.atlassian.bamboo.specs.api.rsbs.RunnerSettings
 
setRestEnabled(boolean) - Static method in class com.atlassian.bamboo.specs.api.rsbs.RunnerSettings
 
Setter - Annotation Type in com.atlassian.bamboo.specs.api.codegen.annotations
Names setter method for a field in entity properties.
setYamlDir(Path) - Static method in class com.atlassian.bamboo.specs.api.rsbs.RunnerSettings
 
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.
shared(boolean) - Method in class com.atlassian.bamboo.specs.api.builders.plan.artifact.Artifact
Specifies if artifact is shared.
SHARED_BY_DEFAULT - Static variable in class com.atlassian.bamboo.specs.api.builders.plan.artifact.Artifact
 
SharedCredentials<B extends SharedCredentials<B,C>,C extends SharedCredentialsProperties> - Class in com.atlassian.bamboo.specs.api.builders.credentials
Represents a shared credentials data.
SharedCredentials() - Constructor for class com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentials
 
SharedCredentials(String) - Constructor for class com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentials
 
sharedCredentials(SharedCredentials<?, ?>...) - Method in class com.atlassian.bamboo.specs.api.builders.project.Project
Adds project shared credentials.
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 - Class in com.atlassian.bamboo.specs.api.builders.credentials
References a shared credential.
SharedCredentialsIdentifier(String) - Constructor for class com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentialsIdentifier
Reference shared credential by name.
SharedCredentialsIdentifier(BambooOid) - Constructor for class com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentialsIdentifier
Reference shared credential by oid.
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
 
SharedCredentialsIdentifierProperties - Class in com.atlassian.bamboo.specs.api.model.credentials
 
SharedCredentialsIdentifierProperties(String, BambooOidProperties, SharedCredentialsScope) - Constructor for class com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsIdentifierProperties
 
SharedCredentialsIdentifierProperties(String, BambooOidProperties) - Constructor for class com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsIdentifierProperties
 
SharedCredentialsProperties - Class in com.atlassian.bamboo.specs.api.model.credentials
 
SharedCredentialsProperties() - Constructor for class com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsProperties
 
SharedCredentialsProperties(String, BambooOidProperties) - Constructor for class com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsProperties
 
SharedCredentialsProperties(String, BambooOidProperties, ProjectProperties) - Constructor for class com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsProperties
 
SharedCredentialsScope - Enum in com.atlassian.bamboo.specs.api.builders.credentials
 
SharedCredentialsValidator - Class in com.atlassian.bamboo.specs.api.validators
 
SHELL_INJECTION_DOLLAR_PARENTHESIS - Static variable in class com.atlassian.bamboo.specs.api.validators.common.BambooStringUtils
 
SHELL_INJECTION_RELATED_CHARACTERS - Static variable in class com.atlassian.bamboo.specs.api.validators.common.BambooStringUtils
 
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.
 
SkipCodeGen - Annotation Type in com.atlassian.bamboo.specs.api.codegen.annotations
Indicates that a field should be skipped during code generation.
SkipCodeGenIf - Annotation Type in com.atlassian.bamboo.specs.api.codegen.annotations
Indicates that a field should be skipped during code generation if condition evaluates to true.
SkipDisplayNameCondition - Class in com.atlassian.bamboo.specs.api.model.repository
 
SkipDisplayNameCondition() - Constructor for class com.atlassian.bamboo.specs.api.model.repository.SkipDisplayNameCondition
 
skipIfLatestVersionAlreadyDeployed(boolean) - Method in class com.atlassian.bamboo.specs.builders.trigger.ScheduledDeploymentTrigger
Should firing of the trigger be skipped if the latest version is already deployed.
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.
specsRepositories(String...) - Method in class com.atlassian.bamboo.specs.api.builders.permission.ProjectPermissions
 
SpecsRunner - Class in com.atlassian.bamboo.specs.maven.sandbox
 
SpecsRunner(Log, Collection<Path>, ClassLoader, Set<File>) - Constructor for class com.atlassian.bamboo.specs.maven.sandbox.SpecsRunner
 
splitVersionName(String) - Static method in class com.atlassian.bamboo.specs.api.util.ReleaseNamingHelper
 
SplitVersionName(String, String, String) - Constructor for class com.atlassian.bamboo.specs.api.util.ReleaseNamingHelper.SplitVersionName
 
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
 
Stage - Class in com.atlassian.bamboo.specs.api.builders.plan
Represents a stage within Bamboo plan.
Stage(Stage) - Constructor for class com.atlassian.bamboo.specs.api.builders.plan.Stage
 
Stage(String) - Constructor for class com.atlassian.bamboo.specs.api.builders.plan.Stage
Specify a stage with a given name.
StageProperties - Class in com.atlassian.bamboo.specs.api.model.plan
 
StageProperties(String, String, boolean, boolean, List<JobProperties>) - Constructor for class com.atlassian.bamboo.specs.api.model.plan.StageProperties
 
stages(Stage...) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Adds the stages to the end of stages list.
StageValidator - Class in com.atlassian.bamboo.specs.api.validators.plan
 
standardResultsPath() - Method in class com.atlassian.bamboo.specs.builders.task.MavenTask
 
start() - Method in class com.atlassian.bamboo.specs.util.IsolatedExecutor
 
startPerThreadSecurity(Map<Thread, ThreadPermissionVerifier>, ThreadPermissionVerifier) - Static method in class com.atlassian.bamboo.specs.maven.sandbox.SecureMethodInvoker
 
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<T extends Task<T,P>,P extends TaskProperties> - Class in com.atlassian.bamboo.specs.api.builders.task
Represents a Bamboo task.
Task() - Constructor for class com.atlassian.bamboo.specs.api.builders.task.Task
 
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.
TaskCondition<P extends ConditionProperties> - Class in com.atlassian.bamboo.specs.api.builders.condition
 
TaskCondition() - Constructor for class com.atlassian.bamboo.specs.api.builders.condition.TaskCondition
 
taskEnabled - Variable in class com.atlassian.bamboo.specs.api.builders.task.Task
 
TaskProperties - Class in com.atlassian.bamboo.specs.api.model.task
 
TaskProperties() - Constructor for class com.atlassian.bamboo.specs.api.model.task.TaskProperties
 
TaskProperties(String, boolean, List<RequirementProperties>, List<? extends ConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.api.model.task.TaskProperties
 
tasks(Task<?, ?>...) - Method in class com.atlassian.bamboo.specs.api.builders.deployment.Environment
Adds provided Tasks to the list of tasks executed by the environment.
tasks(Task<?, ?>...) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Job
Adds provided Tasks to the list of tasks executed by the job.
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.
ThreadPermissionVerifier - Interface in com.atlassian.bamboo.specs.maven.sandbox
 
toIdentifier() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties
 
TOKEN_PROPERTY - Static variable in class com.atlassian.bamboo.specs.util.FileTokenCredentials
 
TokenCredentials - Interface in com.atlassian.bamboo.specs.util
 
toPlanIdentifier() - Method in class com.atlassian.bamboo.specs.api.model.plan.AbstractPlanProperties
 
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.api.builders.BambooKey
 
toString() - Method in class com.atlassian.bamboo.specs.api.builders.plan.PlanIdentifier
 
toString() - Method in class com.atlassian.bamboo.specs.api.builders.task.Task
 
toString() - Method in class com.atlassian.bamboo.specs.api.model.applink.ApplicationLinkProperties
 
toString() - Method in class com.atlassian.bamboo.specs.api.model.BambooKeyProperties
 
toString() - Method in class com.atlassian.bamboo.specs.api.model.BambooOidProperties
 
toString() - Method in class com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsIdentifierProperties
 
toString() - Method in class com.atlassian.bamboo.specs.api.model.permission.AnonymousUserPermissionsProperties
 
toString() - Method in class com.atlassian.bamboo.specs.api.model.permission.GroupPermissionProperties
 
toString() - Method in class com.atlassian.bamboo.specs.api.model.permission.LoggedInUserPermissionsProperties
 
toString() - Method in class com.atlassian.bamboo.specs.api.model.permission.PermissionsProperties
 
toString() - Method in class com.atlassian.bamboo.specs.api.model.permission.UserPermissionProperties
 
toString() - Method in class com.atlassian.bamboo.specs.api.model.plan.AbstractPlanIdentifierProperties
 
toString() - Method in class com.atlassian.bamboo.specs.api.model.plan.artifact.ArtifactProperties
 
toString() - Method in class com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties
 
toString() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryIdentifierProperties
 
toString() - Method in class com.atlassian.bamboo.specs.api.model.task.TaskProperties
 
toString() - Method in class com.atlassian.bamboo.specs.api.model.trigger.AnyTriggerConditionProperties
 
toString() - Method in class com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties
 
toString() - Method in class com.atlassian.bamboo.specs.api.validators.common.ValidationContext
 
toString() - Method in class com.atlassian.bamboo.specs.api.validators.common.ValidationProblem
 
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.
Trigger<T extends Trigger<T,P>,P extends TriggerProperties> - Class in com.atlassian.bamboo.specs.api.builders.trigger
Represents a definition of trigger.
Trigger() - Constructor for class com.atlassian.bamboo.specs.api.builders.trigger.Trigger
 
triggerBuildsLikeParentPlan() - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.PlanBranchManagement
Created plan branch will use the same triggers as master plan.
triggerBuildsManually() - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.PlanBranchManagement
Created plan branch can only be triggered manually only.
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.
TriggerCondition<T extends TriggerCondition<T,P>,P extends TriggerConditionProperties> - Class in com.atlassian.bamboo.specs.api.builders.trigger
 
TriggerCondition() - Constructor for class com.atlassian.bamboo.specs.api.builders.trigger.TriggerCondition
 
TriggerConditionProperties - Class in com.atlassian.bamboo.specs.api.model.trigger
 
TriggerConditionProperties() - Constructor for class com.atlassian.bamboo.specs.api.model.trigger.TriggerConditionProperties
 
triggerEnabled - Variable in class com.atlassian.bamboo.specs.api.builders.trigger.Trigger
 
TriggeringOptionEmitter - Class in com.atlassian.bamboo.specs.codegen.emitters.plan.branches
 
TriggeringOptionEmitter() - Constructor for class com.atlassian.bamboo.specs.codegen.emitters.plan.branches.TriggeringOptionEmitter
 
triggeringRepositoriesType - Variable in class com.atlassian.bamboo.specs.api.builders.trigger.RepositoryBasedTrigger
 
triggeringRepositoriesType(RepositoryBasedTrigger.TriggeringRepositoriesType) - Method in class com.atlassian.bamboo.specs.api.builders.trigger.RepositoryBasedTrigger
Selects the mode of selecting repositories this trigger should check.
triggerIPAddresses(String) - Method in class com.atlassian.bamboo.specs.builders.trigger.RemoteTrigger
Sets the IP address.
TriggerProperties - Class in com.atlassian.bamboo.specs.api.model.trigger
 
TriggerProperties() - Constructor for class com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties
 
TriggerProperties(String, String, boolean, Set<TriggerConditionProperties>) - Constructor for class com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties
 
triggers(Trigger<?, ?>...) - Method in class com.atlassian.bamboo.specs.api.builders.deployment.Environment
Adds triggers to this environment.
triggers(Trigger<?, ?>...) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Adds triggers to this plan.
TYPE - Static variable in class com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentials
 
TYPE - Static variable in class com.atlassian.bamboo.specs.api.builders.deployment.Deployment
 
type(NotificationType<?, ?>) - Method in class com.atlassian.bamboo.specs.api.builders.notification.EmptyNotificationsList
Deprecated.
 
type(NotificationType<?, ?>) - Method in class com.atlassian.bamboo.specs.api.builders.notification.Notification
Defines a type of the notifications.
TYPE - Static variable in class com.atlassian.bamboo.specs.api.builders.permission.DeploymentPermissions
 
TYPE - Static variable in class com.atlassian.bamboo.specs.api.builders.permission.EnvironmentPermissions
 
TYPE - Static variable in class com.atlassian.bamboo.specs.api.builders.permission.PlanPermissions
 
TYPE - Static variable in class com.atlassian.bamboo.specs.api.builders.permission.ProjectPermissions
 
TYPE - Static variable in class com.atlassian.bamboo.specs.api.builders.plan.Plan
 
TYPE - Static variable in class com.atlassian.bamboo.specs.api.builders.project.Project
 
TYPE - Static variable in class com.atlassian.bamboo.specs.api.builders.repository.VcsRepository
 

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
UserPermission - Class in com.atlassian.bamboo.specs.api.builders.permission
 
UserPermission(String) - Constructor for class com.atlassian.bamboo.specs.api.builders.permission.UserPermission
 
UserPermissionProperties - Class in com.atlassian.bamboo.specs.api.model.permission
 
UserPermissionProperties(String, Collection<PermissionType>) - Constructor for class com.atlassian.bamboo.specs.api.model.permission.UserPermissionProperties
 
userPermissions(String, PermissionType...) - Method in class com.atlassian.bamboo.specs.api.builders.permission.Permissions
 
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
 
useSystemWideDefault(boolean) - Method in class com.atlassian.bamboo.specs.api.builders.plan.configuration.ConcurrentBuilds
 

V

VALID_NAMESPACE_PATTERN - Static variable in class com.atlassian.bamboo.specs.model.task.InjectVariablesTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.applink.ApplicationLinkProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.AtlassianModuleProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.BambooKeyProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.BambooOidProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.credentials.AnySharedCredentialsProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsIdentifierProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.deployment.configuration.AnyPluginConfigurationProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.deployment.EnvironmentProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.deployment.ReleaseNamingProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.docker.DockerConfigurationProperties
 
validate() - Method in interface com.atlassian.bamboo.specs.api.model.EntityProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.label.EmptyLabelsListProperties
Deprecated.
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.label.LabelProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.notification.AnyNotificationRecipientProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.notification.AnyNotificationTypeProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.notification.EmptyNotificationsListProperties
Deprecated.
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.notification.NotificationProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.permission.AnonymousUserPermissionsProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.permission.DeploymentPermissionsProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.permission.EnvironmentPermissionsProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.permission.GroupPermissionProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.permission.LoggedInUserPermissionsProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.permission.PermissionsProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.permission.PlanPermissionsProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.permission.ProjectPermissionsProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.permission.UserPermissionProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.plan.AbstractPlanIdentifierProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.plan.AbstractPlanProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.plan.artifact.ArtifactProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.plan.artifact.ArtifactSubscriptionProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.BranchCleanupProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.BranchIntegrationProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.CreatePlanBranchesProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchConfigurationProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchManagementProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.plan.condition.AnyConditionProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.plan.configuration.AllOtherPluginsConfigurationProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.plan.configuration.ConcurrentBuildsProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesConfigurationProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.plan.dependencies.EmptyDependenciesListProperties
Deprecated.
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.plan.JobProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.plan.PlanBranchIdentifierProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.plan.PlanProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.plan.requirement.RequirementProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.plan.StageProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.project.ProjectProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.repository.AnyVcsRepositoryProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsChangeDetectionProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryBranchProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryIdentifierProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.repository.viewer.AnyVcsRepositoryViewerProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.task.AnyTaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.task.TaskProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.trigger.AnyTriggerConditionProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.trigger.AnyTriggerProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.trigger.RepositoryBasedTriggerProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.trigger.TriggerConditionProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties
 
validate() - Method in class com.atlassian.bamboo.specs.api.model.VariableProperties
 
validate(AtlassianModuleProperties) - Static method in class com.atlassian.bamboo.specs.api.validators.AtlassianModuleValidator
 
validate(ValidationContext, BambooKeyProperties) - Static method in class com.atlassian.bamboo.specs.api.validators.BambooKeyValidator
 
validate(BambooOidProperties) - Static method in class com.atlassian.bamboo.specs.api.validators.BambooOidValidator
 
validate(String) - Static method in class com.atlassian.bamboo.specs.api.validators.CronExpressionClientSideValidator
 
validate(AbstractPlanProperties) - Static method in class com.atlassian.bamboo.specs.api.validators.plan.AbstractPlanValidator
 
validate(BranchCleanupProperties) - Static method in class com.atlassian.bamboo.specs.api.validators.plan.branch.BranchCleanupValidator
 
validate(CreatePlanBranchesProperties) - Static method in class com.atlassian.bamboo.specs.api.validators.plan.branch.BranchCreationValidator
 
validate(JobProperties) - Static method in class com.atlassian.bamboo.specs.api.validators.plan.JobValidator
 
validate(PlanProperties) - Static method in class com.atlassian.bamboo.specs.api.validators.plan.PlanValidator
 
validate(StageProperties) - Static method in class com.atlassian.bamboo.specs.api.validators.plan.StageValidator
 
validate(ProjectProperties) - Static method in class com.atlassian.bamboo.specs.api.validators.project.ProjectValidator
 
validate(VcsChangeDetectionProperties) - Static method in class com.atlassian.bamboo.specs.api.validators.repository.VcsChangeDetectionValidator
 
validate(VcsRepositoryProperties) - Static method in class com.atlassian.bamboo.specs.api.validators.repository.VcsRepositoryValidator
 
validate(SharedCredentialsProperties) - Static method in class com.atlassian.bamboo.specs.api.validators.SharedCredentialsValidator
 
validate(VariableProperties) - Static method in class com.atlassian.bamboo.specs.api.validators.VariableValidator
 
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
 
validateBoolean(ValidationContext, String) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ValidationUtils
 
validateDescription(ValidationContext, String) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ValidationUtils
 
validateEnum(ValidationContext, String, Class<E>) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ValidationUtils
 
validateLabel(String) - Static method in class com.atlassian.bamboo.specs.api.validators.LabelValidator
 
validateLabel(ValidationContext, String) - Static method in class com.atlassian.bamboo.specs.api.validators.LabelValidator
 
validateLong(ValidationContext, String) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ValidationUtils
 
validateName(ValidationContext, String) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ValidationUtils
 
validateName(ValidationContext, String, boolean) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ValidationUtils
 
validateNotContainsRelaxedXssRelatedCharacters(ValidationContext, String) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ValidationUtils
 
validateNotContainsShellInjectionRelatedCharacters(ValidationContext, String) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ValidationUtils
 
validateNotContainsXssRelatedCharacters(ValidationContext, String) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ValidationUtils
 
validatePermissions(PermissionsProperties, PermissionValidator.PermissionTarget) - Static method in class com.atlassian.bamboo.specs.api.validators.permission.PermissionValidator
 
validatePositive(ValidationContext, long) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ValidationUtils
 
validatePositive(ValidationContext, int) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ValidationUtils
 
validateRequired(ValidationContext, Object) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ValidationUtils
 
validateRequiredBoolean(ValidationContext, String) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ValidationUtils
 
validateRequiredEnum(ValidationContext, String, Class<E>) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ValidationUtils
 
validateRequiredLong(ValidationContext, String) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ValidationUtils
 
validateRequiredString(ValidationContext, String) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ValidationUtils
 
validateRequiredString(ValidationContext, String, boolean) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ValidationUtils
 
validateUniqueVariableNames(List<VariableProperties>) - Static method in class com.atlassian.bamboo.specs.api.validators.VariableValidator
 
validateUrl(ValidationContext, String, Set<String>) - Static method in class com.atlassian.bamboo.specs.api.validators.common.ValidationUtils
 
VALIDATION_CONTEXT - Static variable in class com.atlassian.bamboo.specs.api.model.docker.DockerConfigurationProperties
 
VALIDATION_CONTEXT - Static variable in class com.atlassian.bamboo.specs.api.model.plan.artifact.ArtifactProperties
 
VALIDATION_CONTEXT - Static variable in class com.atlassian.bamboo.specs.api.model.plan.configuration.AllOtherPluginsConfigurationProperties
 
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
 
ValidationContext - Class in com.atlassian.bamboo.specs.api.validators.common
This class helps to describe location of problems found by validators.
ValidationProblem - Class in com.atlassian.bamboo.specs.api.validators.common
 
ValidationProblem(String) - Constructor for class com.atlassian.bamboo.specs.api.validators.common.ValidationProblem
 
ValidationProblem(String, String, Object...) - Constructor for class com.atlassian.bamboo.specs.api.validators.common.ValidationProblem
 
ValidationProblem(ValidationContext, String) - Constructor for class com.atlassian.bamboo.specs.api.validators.common.ValidationProblem
 
ValidationProblem(ValidationContext, String, Object...) - Constructor for class com.atlassian.bamboo.specs.api.validators.common.ValidationProblem
 
ValidationUtils - Class in com.atlassian.bamboo.specs.api.validators.common
Various utility methods for validating data of Bamboo Specs.
value(String) - Method in class com.atlassian.bamboo.specs.api.builders.Variable
Sets variable value.
value - Variable in class com.atlassian.bamboo.specs.api.model.VariableProperties
 
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.api.builders.Applicability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentialsScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.bamboo.specs.api.builders.permission.PermissionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.bamboo.specs.api.builders.plan.dependencies.DependenciesConfiguration.DependencyBlockingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.bamboo.specs.api.builders.repository.VcsChangeDetection.FileFilteringOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.bamboo.specs.api.builders.requirement.Requirement.MatchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.bamboo.specs.api.builders.trigger.RepositoryBasedTrigger.TriggeringRepositoriesType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.bamboo.specs.api.exceptions.BambooSpecsPublishingException.ErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.bamboo.specs.api.model.plan.branches.CreatePlanBranchesProperties.Trigger
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchManagementProperties.NotificationStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchManagementProperties.TriggeringOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.bamboo.specs.api.validators.permission.PermissionValidator.PermissionTarget
Returns the enum constant of this type with the specified name.
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.maven.sandbox.HighPrivilegeThreadPermissionVerifier
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.api.builders.Applicability
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.api.builders.credentials.SharedCredentialsScope
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.api.builders.permission.PermissionType
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.api.builders.plan.dependencies.DependenciesConfiguration.DependencyBlockingStrategy
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.api.builders.repository.VcsChangeDetection.FileFilteringOption
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.api.builders.requirement.Requirement.MatchType
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.api.builders.trigger.RepositoryBasedTrigger.TriggeringRepositoriesType
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.api.exceptions.BambooSpecsPublishingException.ErrorType
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.api.model.plan.branches.CreatePlanBranchesProperties.Trigger
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.api.model.plan.branches.PlanBranchManagementProperties.NotificationStrategy
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.api.model.plan.branches.PlanBranchManagementProperties.TriggeringOption
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.api.validators.permission.PermissionValidator.PermissionTarget
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.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.maven.sandbox.HighPrivilegeThreadPermissionVerifier
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
 
Variable - Class in com.atlassian.bamboo.specs.api.builders
Represents a Bamboo variable.
Variable(String, String) - Constructor for class com.atlassian.bamboo.specs.api.builders.Variable
Specifies a variable with given name and value.
VariableProperties - Class in com.atlassian.bamboo.specs.api.model
 
VariableProperties(String, String, boolean) - Constructor for class com.atlassian.bamboo.specs.api.model.VariableProperties
 
variables(Variable...) - Method in class com.atlassian.bamboo.specs.api.builders.deployment.Environment
Adds deployment environment variables.
variables(Variable...) - Method in class com.atlassian.bamboo.specs.api.builders.plan.Plan
Adds plan variables.
variables(Variable...) - Method in class com.atlassian.bamboo.specs.api.builders.project.Project
Adds project variables.
variablesToAutoIncrement(String...) - Method in class com.atlassian.bamboo.specs.api.builders.deployment.ReleaseNaming
Specifies which variables referenced in release name should be incremented after creating a release.
VariableUsage(String, String) - Constructor for class com.atlassian.bamboo.specs.api.util.VariableUtils.VariableUsage
 
VariableUtils - Class in com.atlassian.bamboo.specs.api.util
 
VariableUtils.VariableUsage - Class in com.atlassian.bamboo.specs.api.util
 
VariableValidator - Class in com.atlassian.bamboo.specs.api.validators
 
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
 
VcsChangeDetection - Class in com.atlassian.bamboo.specs.api.builders.repository
Represents change detection options that can be set when defining a VCS repository in Bamboo.
VcsChangeDetection() - Constructor for class com.atlassian.bamboo.specs.api.builders.repository.VcsChangeDetection
 
VcsChangeDetection.FileFilteringOption - Enum in com.atlassian.bamboo.specs.api.builders.repository
 
VcsChangeDetectionProperties - Class in com.atlassian.bamboo.specs.api.model.repository
 
VcsChangeDetectionProperties(boolean, Duration, int, boolean, Map<String, Object>, String, VcsChangeDetection.FileFilteringOption, String) - Constructor for class com.atlassian.bamboo.specs.api.model.repository.VcsChangeDetectionProperties
 
VcsChangeDetectionValidator - Class in com.atlassian.bamboo.specs.api.validators.repository
 
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
 
VcsRepository<T extends VcsRepository<T,E>,E extends VcsRepositoryProperties> - Class in com.atlassian.bamboo.specs.api.builders.repository
Represents a definition of VCS repository.
VcsRepository() - Constructor for class com.atlassian.bamboo.specs.api.builders.repository.VcsRepository
Specifies a new repository definition.
VcsRepositoryBranch - Class in com.atlassian.bamboo.specs.api.builders.repository
Defines a branch a repository should be switched to.
VcsRepositoryBranch(String, String) - Constructor for class com.atlassian.bamboo.specs.api.builders.repository.VcsRepositoryBranch
Defines a branch a repository should be switched to.
VcsRepositoryBranchProperties - Class in com.atlassian.bamboo.specs.api.model.repository
 
VcsRepositoryBranchProperties(String, String, String) - Constructor for class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryBranchProperties
 
VcsRepositoryIdentifier - Class in com.atlassian.bamboo.specs.api.builders.repository
References a vcs repository.
VcsRepositoryIdentifier() - Constructor for class com.atlassian.bamboo.specs.api.builders.repository.VcsRepositoryIdentifier
 
VcsRepositoryIdentifier(String) - Constructor for class com.atlassian.bamboo.specs.api.builders.repository.VcsRepositoryIdentifier
References repository by name.
VcsRepositoryIdentifier(BambooOid) - Constructor for class com.atlassian.bamboo.specs.api.builders.repository.VcsRepositoryIdentifier
References repository by oid.
VcsRepositoryIdentifierProperties - Class in com.atlassian.bamboo.specs.api.model.repository
 
VcsRepositoryIdentifierProperties(String, BambooOidProperties) - Constructor for class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryIdentifierProperties
 
VcsRepositoryProperties - Class in com.atlassian.bamboo.specs.api.model.repository
 
VcsRepositoryProperties() - Constructor for class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties
 
VcsRepositoryProperties(String, BambooOidProperties, String, String, VcsRepositoryViewerProperties) - Constructor for class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties
 
VcsRepositoryProperties(String, BambooOidProperties, String, String, VcsRepositoryViewerProperties, ProjectProperties) - Constructor for class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties
 
VcsRepositoryValidator - Class in com.atlassian.bamboo.specs.api.validators.repository
 
VcsRepositoryViewer - Class in com.atlassian.bamboo.specs.api.builders.repository.viewer
Represents a web repository viewer.
VcsRepositoryViewer() - Constructor for class com.atlassian.bamboo.specs.api.builders.repository.viewer.VcsRepositoryViewer
 
VcsRepositoryViewerProperties - Interface in com.atlassian.bamboo.specs.api.model.repository.viewer
 
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
 
view() - Method in class com.atlassian.bamboo.specs.api.builders.permission.AnonymousUserPermissions
 
viewerUrl(String) - Method in class com.atlassian.bamboo.specs.builders.repository.viewer.GenericRepositoryViewer
Sets url to be used for link generation.
volume(String, String) - Method in class com.atlassian.bamboo.specs.api.builders.docker.DockerConfiguration
Add a volume to the Docker configuration.

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
 
webhookEnabled(boolean) - Method in class com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository
Enables webhooks support for the repository.
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
 
whenInactiveInRepository(boolean) - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.BranchCleanup
Enables/disables plan branch removing when branch is inactive (no commits) in repository.
whenInactiveInRepositoryAfterDays(int) - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.BranchCleanup
Defines the time after which the branch should be removed in case of inactivity.
whenRemovedFromRepository(boolean) - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.BranchCleanup
Enables/disables plan branch removing when branch deleted in repository.
whenRemovedFromRepositoryAfterDays(int) - Method in class com.atlassian.bamboo.specs.api.builders.plan.branches.BranchCleanup
Defines the time after which the branch should be removed.
WhitelistedYamlConstructor - Class in com.atlassian.bamboo.specs.util
 
with(String) - Method in class com.atlassian.bamboo.specs.api.validators.common.ValidationContext
Returns new instance of validation context with the context element appended to it.
withoutAuthentication() - Method in class com.atlassian.bamboo.specs.builders.repository.git.GitRepository
Removes authentication details.
withoutDefaultVolumes() - Method in class com.atlassian.bamboo.specs.api.builders.docker.DockerConfiguration
Removes default volumes from the Docker configuration.
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
 
XSS_RELATED_CHARACTERS - Static variable in class com.atlassian.bamboo.specs.api.validators.common.BambooStringUtils
 
XSS_RELATED_CHARACTERS_FIND_STR - Static variable in class com.atlassian.bamboo.specs.api.validators.common.BambooStringUtils
 

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 Q R S T U V W X Y 
Skip navigation links

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