Uses of Class
com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties
Packages that use 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
Methods in com.atlassian.bamboo.specs.api.builders.plan that return PlanIdentifierProperties -
Uses of PlanIdentifierProperties in com.atlassian.bamboo.specs.api.model.deployment
Methods in com.atlassian.bamboo.specs.api.model.deployment that return PlanIdentifierPropertiesConstructors in com.atlassian.bamboo.specs.api.model.deployment with parameters of type PlanIdentifierPropertiesModifierConstructorDescriptionDeploymentProperties(@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
Methods in com.atlassian.bamboo.specs.api.model.permission that return PlanIdentifierProperties -
Uses of PlanIdentifierProperties in com.atlassian.bamboo.specs.api.model.plan.dependencies
Methods in com.atlassian.bamboo.specs.api.model.plan.dependencies that return types with arguments of type PlanIdentifierPropertiesModifier and TypeMethodDescriptionDependenciesProperties.getChildPlans()EmptyDependenciesListProperties.getChildPlans()Deprecated.Constructor parameters in com.atlassian.bamboo.specs.api.model.plan.dependencies with type arguments of type PlanIdentifierPropertiesModifierConstructorDescriptionDependenciesProperties(DependenciesConfigurationProperties dependenciesConfigurationProperties, List<PlanIdentifierProperties> childPlans) -
Uses of PlanIdentifierProperties in com.atlassian.bamboo.specs.codegen.emitters.plan
Methods in com.atlassian.bamboo.specs.codegen.emitters.plan with parameters of type PlanIdentifierPropertiesModifier and TypeMethodDescriptionprotected StringPlanIdentifierEmitter.emitConstructorInvocation(@NotNull CodeGenerationContext context, @NotNull PlanIdentifierProperties entity) protected voidPlanIdentifierEmitter.initBuilderClass(@NotNull PlanIdentifierProperties entity) -
Uses of PlanIdentifierProperties in com.atlassian.bamboo.specs.model.task
Methods in com.atlassian.bamboo.specs.model.task that return PlanIdentifierPropertiesModifier and TypeMethodDescription@Nullable PlanIdentifierPropertiesArtifactDownloaderTaskProperties.getSourcePlan()@Nullable PlanIdentifierPropertiesArtifactItemProperties.getSourcePlan()Constructors in com.atlassian.bamboo.specs.model.task with parameters of type PlanIdentifierPropertiesModifierConstructorDescriptionArtifactDownloaderTaskProperties(@Nullable String description, boolean enabled, @Nullable PlanIdentifierProperties sourcePlan, @NotNull String customBranch, @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
Methods in com.atlassian.bamboo.specs.model.trigger that return types with arguments of type PlanIdentifierPropertiesConstructor parameters in com.atlassian.bamboo.specs.model.trigger with type arguments of type PlanIdentifierPropertiesModifierConstructorDescriptionPlansGreenTriggerConditionProperties(@NotNull Set<PlanIdentifierProperties> plans)