Uses of Class
com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties
-
Packages that use PlanIdentifierProperties Package Description com.atlassian.bamboo.specs.api.builders.plan Plan, plan branches, stages and jobs.com.atlassian.bamboo.specs.api.model.deployment Deployment project and environments.com.atlassian.bamboo.specs.api.model.permission Immutable permissions like plan permissions properties, deployment permissions properties etc.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.codegen.emitters.plan Various implementations ofCodeEmitterwhich are used for convertingPlan-related settings model into Java.com.atlassian.bamboo.specs.model.task Tasks you can execute in a job.com.atlassian.bamboo.specs.model.trigger 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 Modifier and Type Method Description protected PlanIdentifierPropertiesPlanIdentifier. build() -
Uses of PlanIdentifierProperties in com.atlassian.bamboo.specs.api.model.deployment
Methods in com.atlassian.bamboo.specs.api.model.deployment that return PlanIdentifierProperties Modifier and Type Method Description PlanIdentifierPropertiesDeploymentProperties. getPlan()Constructors in com.atlassian.bamboo.specs.api.model.deployment with parameters of type PlanIdentifierProperties Constructor Description DeploymentProperties(@Nullable BambooOidProperties oid, @NotNull PlanIdentifierProperties plan, @NotNull java.lang.String name, @Nullable java.lang.String description, @NotNull ReleaseNamingProperties releaseNaming, @NotNull java.util.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 Modifier and Type Method Description PlanIdentifierPropertiesPlanPermissionsProperties. getPlanIdentifier() -
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 PlanIdentifierProperties Modifier and Type Method Description java.util.List<PlanIdentifierProperties>DependenciesProperties. getChildPlans()java.util.List<PlanIdentifierProperties>EmptyDependenciesListProperties. getChildPlans()Deprecated.Constructor parameters in com.atlassian.bamboo.specs.api.model.plan.dependencies with type arguments of type PlanIdentifierProperties Constructor Description DependenciesProperties(DependenciesConfigurationProperties dependenciesConfigurationProperties, java.util.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 PlanIdentifierProperties Modifier and Type Method Description protected java.lang.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 PlanIdentifierProperties Modifier and Type Method Description @Nullable PlanIdentifierPropertiesArtifactDownloaderTaskProperties. getSourcePlan()@Nullable PlanIdentifierPropertiesArtifactItemProperties. getSourcePlan()Constructors in com.atlassian.bamboo.specs.model.task with parameters of type PlanIdentifierProperties Constructor Description ArtifactDownloaderTaskProperties(@Nullable java.lang.String description, boolean enabled, @Nullable PlanIdentifierProperties sourcePlan, @NotNull java.util.List<DownloadItemProperties> artifacts, @NotNull java.util.List<RequirementProperties> requirements, @NotNull java.util.List<? extends ConditionProperties> conditions)ArtifactItemProperties(@Nullable PlanIdentifierProperties sourcePlan, boolean allArtifacts, @Nullable java.lang.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 PlanIdentifierProperties Modifier and Type Method Description java.util.List<PlanIdentifierProperties>PlansGreenTriggerConditionProperties. getPlans()Constructor parameters in com.atlassian.bamboo.specs.model.trigger with type arguments of type PlanIdentifierProperties Constructor Description PlansGreenTriggerConditionProperties(@NotNull java.util.Set<PlanIdentifierProperties> plans)
-