Package | Description |
---|---|
com.atlassian.bamboo.specs.api.builders.trigger |
Build triggers.
|
com.atlassian.bamboo.specs.api.model.deployment |
Deployment project and environments.
|
com.atlassian.bamboo.specs.api.model.plan |
Plan, plan branches, stages and jobs.
|
com.atlassian.bamboo.specs.api.model.plan.branches |
Automatic branch creation, integration and cleanup.
|
com.atlassian.bamboo.specs.api.model.trigger |
Build triggers.
|
com.atlassian.bamboo.specs.builders.trigger |
Build triggers.
|
com.atlassian.bamboo.specs.model.trigger |
Build triggers.
|
Modifier and Type | Class and Description |
---|---|
class |
Trigger<T extends Trigger<T,P>,P extends TriggerProperties>
Represents a definition of trigger.
|
Modifier and Type | Method and Description |
---|---|
List<TriggerProperties> |
EnvironmentProperties.getTriggers() |
Constructor and Description |
---|
EnvironmentProperties(String name,
String description,
List<TaskProperties> tasks,
List<TaskProperties> finalTasks,
List<TriggerProperties> triggers,
List<VariableProperties> variables,
List<RequirementProperties> requirements,
List<NotificationProperties> notifications,
DockerConfigurationProperties dockerConfiguration,
Collection<EnvironmentPluginConfigurationProperties> pluginConfigurations) |
Modifier and Type | Method and Description |
---|---|
List<TriggerProperties> |
PlanProperties.getTriggers() |
Constructor and Description |
---|
PlanProperties(BambooOidProperties oid,
BambooKeyProperties key,
String name,
String description,
ProjectProperties project,
List<StageProperties> stages,
List<PlanRepositoryLinkProperties> repositories,
List<TriggerProperties> triggers,
List<VariableProperties> variables,
boolean enabled,
Collection<PluginConfigurationProperties> pluginConfigurations,
PlanBranchManagementProperties planBranchManagementProperties,
DependenciesProperties dependenciesProperties,
RepositoryStoredSpecsData repositoryStoredSpecsData,
List<NotificationProperties> notifications,
Boolean forceStopHungBuilds,
List<VcsRepositoryBranchProperties> repositoryBranches,
List<LabelProperties> labels,
PlanBranchConfigurationProperties planBranchConfiguration) |
Modifier and Type | Method and Description |
---|---|
TriggerProperties |
PlanBranchManagementProperties.getDefaultTrigger() |
Constructor and Description |
---|
PlanBranchManagementProperties(CreatePlanBranchesProperties createPlanBranch,
BranchCleanupProperties deletePlanBranch,
PlanBranchManagementProperties.TriggeringOption triggeringOption,
TriggerProperties defaultTrigger,
PlanBranchManagementProperties.NotificationStrategy notificationStrategy,
BranchIntegrationProperties branchIntegrationProperties,
boolean issueLinkingEnabled) |
Modifier and Type | Class and Description |
---|---|
class |
AnyTriggerProperties |
class |
RepositoryBasedTriggerProperties |
Modifier and Type | Class and Description |
---|---|
class |
DeploymentTriggerProperties |
Modifier and Type | Class and Description |
---|---|
class |
AfterSuccessfulBuildPlanTriggerProperties |
class |
AfterSuccessfulDeploymentTriggerProperties |
class |
AfterSuccessfulStageTriggerProperties |
class |
BitbucketServerTriggerProperties |
class |
RemoteTriggerProperties |
class |
RepositoryPollingTriggerProperties |
class |
ScheduledTriggerProperties |
class |
TagTriggerProperties |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.