Uses of Class
com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties
Package
Description
Plan, plan branches, stages and jobs.
Deployment project and environments.
Immutable permissions like plan permissions properties, deployment permissions properties etc.
Plan dependencies (so that build of one plan may trigger builds of another plans).
Various implementations of
CodeEmitter
which are used for converting
Plan
-related settings model into Java.Tasks you can execute in a job.
Build triggers.
-
Uses of PlanIdentifierProperties in com.atlassian.bamboo.specs.api.builders.plan
-
Uses of PlanIdentifierProperties in com.atlassian.bamboo.specs.api.model.deployment
ModifierConstructorDescriptionDeploymentProperties
(@Nullable BambooOidProperties oid, @NotNull PlanIdentifierProperties plan, @NotNull String name, @Nullable String description, @NotNull ReleaseNamingProperties releaseNaming, @NotNull List<EnvironmentProperties> environments, @Nullable RepositoryStoredSpecsData repositoryStoredSpecsData) -
Uses of PlanIdentifierProperties in com.atlassian.bamboo.specs.api.model.permission
-
Uses of PlanIdentifierProperties in com.atlassian.bamboo.specs.api.model.plan.dependencies
Modifier and TypeMethodDescriptionDependenciesProperties.getChildPlans()
EmptyDependenciesListProperties.getChildPlans()
Deprecated.ModifierConstructorDescriptionDependenciesProperties
(DependenciesConfigurationProperties dependenciesConfigurationProperties, List<PlanIdentifierProperties> childPlans) -
Uses of PlanIdentifierProperties in com.atlassian.bamboo.specs.codegen.emitters.plan
Modifier and TypeMethodDescriptionprotected String
PlanIdentifierEmitter.emitConstructorInvocation
(@NotNull CodeGenerationContext context, @NotNull PlanIdentifierProperties entity) protected void
PlanIdentifierEmitter.initBuilderClass
(@NotNull PlanIdentifierProperties entity) -
Uses of PlanIdentifierProperties in com.atlassian.bamboo.specs.model.task
Modifier and TypeMethodDescription@Nullable PlanIdentifierProperties
ArtifactDownloaderTaskProperties.getSourcePlan()
@Nullable PlanIdentifierProperties
ArtifactItemProperties.getSourcePlan()
ModifierConstructorDescriptionArtifactDownloaderTaskProperties
(@Nullable String description, boolean enabled, @Nullable PlanIdentifierProperties sourcePlan, @NotNull List<DownloadItemProperties> artifacts, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions) ArtifactItemProperties
(@Nullable PlanIdentifierProperties sourcePlan, boolean allArtifacts, @Nullable String artifactName) -
Uses of PlanIdentifierProperties in com.atlassian.bamboo.specs.model.trigger
ModifierConstructorDescriptionPlansGreenTriggerConditionProperties
(@NotNull Set<PlanIdentifierProperties> plans)