Uses of Class
com.atlassian.bamboo.specs.api.model.AtlassianModuleProperties
Package
Description
The 'builders.*' packages contain classes you can use to define your Bamboo configuration as code, see also com.atlassian.bamboo.specs.builders.
Task conditions.
Shared credentials for authenticating repositories or AWS access.
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.
Generic repository viewers, see also com.atlassian.bamboo.specs.builders.repository.viewer for specific viewers.
Shared credentials for authenticating repositories or AWS access.
Items stored in environment custom plugins configuration.
Bamboo notifications support.
Task conditions.
Items stored in plan configuration, including (but not limited to) items from 'Miscellaneous' page.
Generic plan-local and linked source code repositories as well as change detection settings.
Generic repository viewers.
The AnyTask class for handling tasks unsupported by Bamboo Specs.
Build triggers.
The 'validators.*' packages contain data validators, you usually won't call them directly, unless writing own builders.
Common validators for strings, numbers, database constraints etc.
Shared credentials for user-password and SSH authentication.
Bamboo notifications support.
Bitbucket Cloud repository type.
Bitbucket Server repository type.
Git repository type.
GitHub repository type.
Repository viewers.
Tasks you can execute in a job.
Properties classes related to Docker CLI task.
Build triggers.
-
Uses of AtlassianModuleProperties in com.atlassian.bamboo.specs.api.builders
-
Uses of AtlassianModuleProperties in com.atlassian.bamboo.specs.api.builders.condition
Modifier and TypeFieldDescriptionprotected AtlassianModuleProperties
AnyTaskCondition.atlassianPlugin
-
Uses of AtlassianModuleProperties in com.atlassian.bamboo.specs.api.builders.credentials
Modifier and TypeFieldDescriptionprotected final AtlassianModuleProperties
AnySharedCredentials.atlassianPlugin
-
Uses of AtlassianModuleProperties in com.atlassian.bamboo.specs.api.builders.repository
ModifierConstructorDescriptionAnyVcsRepository
(AtlassianModuleProperties atlassianPlugin) Specifies a repository of given type. -
Uses of AtlassianModuleProperties in com.atlassian.bamboo.specs.api.builders.repository.viewer
ModifierConstructorDescriptionAnyVcsRepositoryViewer
(@NotNull AtlassianModuleProperties atlassianPlugin) Specifies a repository viewer of given type. -
Uses of AtlassianModuleProperties in com.atlassian.bamboo.specs.api.model.credentials
Modifier and TypeMethodDescription@NotNull AtlassianModuleProperties
AnySharedCredentialsProperties.getAtlassianPlugin()
abstract @NotNull AtlassianModuleProperties
SharedCredentialsProperties.getAtlassianPlugin()
ModifierConstructorDescriptionAnySharedCredentialsProperties
(AtlassianModuleProperties atlassianPlugin, String name, BambooOidProperties oid, Map<String, Object> configuration) AnySharedCredentialsProperties
(AtlassianModuleProperties atlassianPlugin, String name, BambooOidProperties oid, Map<String, Object> configuration, ProjectProperties project) -
Uses of AtlassianModuleProperties in com.atlassian.bamboo.specs.api.model.deployment.configuration
Modifier and TypeMethodDescriptionAnyPluginConfigurationProperties.getAtlassianPlugin()
EnvironmentPluginConfigurationProperties.getAtlassianPlugin()
ModifierConstructorDescriptionAnyPluginConfigurationProperties
(AtlassianModuleProperties atlassianPlugin, Map<String, String> configuration) -
Uses of AtlassianModuleProperties in com.atlassian.bamboo.specs.api.model.notification
Modifier and TypeMethodDescription@NotNull AtlassianModuleProperties
AnyNotificationRecipientProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
AnyNotificationTypeProperties.getAtlassianPlugin()
abstract @NotNull AtlassianModuleProperties
NotificationRecipientProperties.getAtlassianPlugin()
abstract @NotNull AtlassianModuleProperties
NotificationTypeProperties.getAtlassianPlugin()
ModifierConstructorDescriptionAnyNotificationRecipientProperties
(@NotNull AtlassianModuleProperties atlassianPlugin, String recipientString) AnyNotificationRecipientProperties
(@NotNull AtlassianModuleProperties atlassianPlugin, String recipientString, EnumSet<Applicability> applicableTo) AnyNotificationTypeProperties
(@NotNull AtlassianModuleProperties atlassianPlugin, String conditionString) AnyNotificationTypeProperties
(@NotNull AtlassianModuleProperties atlassianPlugin, String conditionString, EnumSet<Applicability> applicableTo) -
Uses of AtlassianModuleProperties in com.atlassian.bamboo.specs.api.model.plan.condition
Modifier and TypeFieldDescriptionprotected final AtlassianModuleProperties
AnyConditionProperties.atlassianPlugin
Modifier and TypeMethodDescriptionAnyConditionProperties.getAtlassianPlugin()
ConditionProperties.getAtlassianPlugin()
ModifierConstructorDescriptionAnyConditionProperties
(@NotNull AtlassianModuleProperties atlassianPlugin, @NotNull Map<String, String> configuration) -
Uses of AtlassianModuleProperties in com.atlassian.bamboo.specs.api.model.plan.configuration
Modifier and TypeMethodDescriptionAllOtherPluginsConfigurationProperties.getAtlassianPlugin()
ConcurrentBuildsProperties.getAtlassianPlugin()
ForceStopBuildProperties.getAtlassianPlugin()
PluginConfigurationProperties.getAtlassianPlugin()
-
Uses of AtlassianModuleProperties in com.atlassian.bamboo.specs.api.model.repository
Modifier and TypeMethodDescription@Nullable AtlassianModuleProperties
AnyVcsRepositoryProperties.getAtlassianPlugin()
@Nullable AtlassianModuleProperties
PlanRepositoryLinkProperties.LinkedGlobalRepository.getAtlassianPlugin()
Returns atlassian plugin inherited from parent if known, null if it's not.@Nullable AtlassianModuleProperties
PlanRepositoryLinkProperties.ProjectRepository.getAtlassianPlugin()
Returns atlassian plugin inherited from parent if known, null if it's not.abstract @Nullable AtlassianModuleProperties
VcsRepositoryProperties.getAtlassianPlugin()
ModifierConstructorDescriptionAnyVcsRepositoryProperties
(AtlassianModuleProperties atlassianPlugin, @Nullable String name, @Nullable BambooOidProperties oid, @Nullable String description, @Nullable String parent, @Nullable ProjectProperties project, @Nullable Map<String, Object> serverConfiguration, @Nullable Map<String, Object> branchConfiguration, @Nullable VcsChangeDetectionProperties changeDetectionConfiguration, @Nullable Map<String, Object> branchDetectionConfiguration, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties) AnyVcsRepositoryProperties
(AtlassianModuleProperties atlassianPlugin, @Nullable String name, @Nullable BambooOidProperties oid, @Nullable String description, @Nullable String parent, @Nullable Map<String, Object> serverConfiguration, @Nullable Map<String, Object> branchConfiguration, @Nullable VcsChangeDetectionProperties changeDetectionConfiguration, @Nullable Map<String, Object> branchDetectionConfiguration, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties) LinkedGlobalRepository
(@NotNull String parent, @Nullable AtlassianModuleProperties atlassianPlugin) ProjectRepository
(@NotNull String parent, @Nullable AtlassianModuleProperties atlassianPlugin, @Nullable ProjectProperties project) -
Uses of AtlassianModuleProperties in com.atlassian.bamboo.specs.api.model.repository.viewer
Modifier and TypeMethodDescription@NotNull AtlassianModuleProperties
AnyVcsRepositoryViewerProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
VcsRepositoryViewerProperties.getAtlassianPlugin()
ModifierConstructorDescriptionAnyVcsRepositoryViewerProperties
(@NotNull AtlassianModuleProperties atlassianPlugin, @NotNull Map<String, Object> configuration) -
Uses of AtlassianModuleProperties in com.atlassian.bamboo.specs.api.model.task
Modifier and TypeMethodDescription@NotNull AtlassianModuleProperties
AnyTaskProperties.getAtlassianPlugin()
abstract @NotNull AtlassianModuleProperties
TaskProperties.getAtlassianPlugin()
ModifierConstructorDescriptionAnyTaskProperties
(@NotNull AtlassianModuleProperties atlassianPlugin, String description, boolean isEnabled, Map<String, String> configuration, List<RequirementProperties> requirements, List<? extends ConditionProperties> conditions) -
Uses of AtlassianModuleProperties in com.atlassian.bamboo.specs.api.model.trigger
Modifier and TypeMethodDescriptionAllOtherTriggerConditionProperties.getAtlassianPlugin()
@Nullable AtlassianModuleProperties
AnyTriggerConditionProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
AnyTriggerProperties.getAtlassianPlugin()
abstract @Nullable AtlassianModuleProperties
TriggerConditionProperties.getAtlassianPlugin()
abstract @NotNull AtlassianModuleProperties
TriggerProperties.getAtlassianPlugin()
ModifierConstructorDescriptionAnyTriggerConditionProperties
(@Nullable AtlassianModuleProperties atlassianPlugin, @NotNull Map<String, String> configuration) AnyTriggerProperties
(@NotNull AtlassianModuleProperties atlassianPlugin, String name, String description, boolean isEnabled, Set<TriggerConditionProperties> conditions, Map<String, String> configuration, RepositoryBasedTrigger.TriggeringRepositoriesType triggeringRepositoriesType, List<VcsRepositoryIdentifierProperties> selectedTriggeringRepositories) -
Uses of AtlassianModuleProperties in com.atlassian.bamboo.specs.api.validators
Modifier and TypeMethodDescriptionstatic List<ValidationProblem>
AtlassianModuleValidator.validate
(@NotNull AtlassianModuleProperties moduleProperties) -
Uses of AtlassianModuleProperties in com.atlassian.bamboo.specs.api.validators.common
Modifier and TypeMethodDescriptionstatic void
ImporterUtils.checkPluginKey
(@NotNull ValidationContext validationContext, @NotNull AtlassianModuleProperties actual, @NotNull AtlassianModuleProperties expected) -
Uses of AtlassianModuleProperties in com.atlassian.bamboo.specs.model.credentials
Modifier and TypeMethodDescription@NotNull AtlassianModuleProperties
SshCredentialsProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
UsernamePasswordCredentialsProperties.getAtlassianPlugin()
-
Uses of AtlassianModuleProperties in com.atlassian.bamboo.specs.model.notification
Modifier and TypeFieldDescriptionstatic final AtlassianModuleProperties
XFailedChainsNotificationProperties.ATLASSIAN_PLUGIN
Modifier and TypeMethodDescription@NotNull AtlassianModuleProperties
BuildErrorNotificationProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
EmailRecipientProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
GroupRecipientProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
HipChatRecipientProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
ImRecipientProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
UserRecipientProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
WebhookRecipientProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
XFailedChainsNotificationProperties.getAtlassianPlugin()
-
Uses of AtlassianModuleProperties in com.atlassian.bamboo.specs.model.repository.bitbucket.cloud
Modifier and TypeMethodDescription@Nullable AtlassianModuleProperties
BitbucketCloudRepositoryProperties.getAtlassianPlugin()
-
Uses of AtlassianModuleProperties in com.atlassian.bamboo.specs.model.repository.bitbucket.server
Modifier and TypeMethodDescription@Nullable AtlassianModuleProperties
BitbucketServerRepositoryProperties.getAtlassianPlugin()
-
Uses of AtlassianModuleProperties in com.atlassian.bamboo.specs.model.repository.git
Modifier and TypeMethodDescription@Nullable AtlassianModuleProperties
GitRepositoryProperties.getAtlassianPlugin()
-
Uses of AtlassianModuleProperties in com.atlassian.bamboo.specs.model.repository.github
Modifier and TypeMethodDescription@Nullable AtlassianModuleProperties
GitHubRepositoryProperties.getAtlassianPlugin()
-
Uses of AtlassianModuleProperties in com.atlassian.bamboo.specs.model.repository.viewer
Modifier and TypeMethodDescription@NotNull AtlassianModuleProperties
FishEyeRepositoryViewerProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
GenericRepositoryViewerProperties.getAtlassianPlugin()
-
Uses of AtlassianModuleProperties in com.atlassian.bamboo.specs.model.task
Modifier and TypeMethodDescription@NotNull AtlassianModuleProperties
AntTaskProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
ArtifactDownloaderTaskProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
BowerTaskProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
BuildWarningParserTaskProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
CleanWorkingDirectoryTaskProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
CommandTaskProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
DumpVariablesTaskProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
FastlaneTaskProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
GruntTaskProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
GulpTaskProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
InjectVariablesTaskProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
MavenDependenciesProcessorTaskProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
MavenTaskProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
MochaParserTaskProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
MochaRunnerTaskProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
MsBuildTaskProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
NodeTaskProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
NodeunitTaskProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
NpmTaskProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
NUnitRunnerTaskProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
ScpTaskProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
ScriptTaskProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
SshTaskProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
TestParserTaskProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
VcsBranchTaskProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
VcsCheckoutTaskProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
VcsCommitTaskProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
VcsPushTaskProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
VcsTagTaskProperties.getAtlassianPlugin()
-
Uses of AtlassianModuleProperties in com.atlassian.bamboo.specs.model.task.docker
Modifier and TypeFieldDescriptionstatic final AtlassianModuleProperties
AbstractDockerTaskProperties.MODULE_KEY
Modifier and TypeMethodDescription@NotNull AtlassianModuleProperties
AbstractDockerTaskProperties.getAtlassianPlugin()
-
Uses of AtlassianModuleProperties in com.atlassian.bamboo.specs.model.trigger
Modifier and TypeMethodDescription@NotNull AtlassianModuleProperties
AfterDeploymentTriggerProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
AfterSuccessfulBuildPlanTriggerProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
AfterSuccessfulDeploymentTriggerProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
AfterSuccessfulStageTriggerProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
BitbucketCloudTriggerProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
BitbucketServerTriggerProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
GitHubTriggerProperties.getAtlassianPlugin()
PlansGreenTriggerConditionProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
RemoteTriggerProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
RepositoryPollingTriggerProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
ScheduledTriggerProperties.getAtlassianPlugin()
@NotNull AtlassianModuleProperties
TagTriggerProperties.getAtlassianPlugin()