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).
-
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)