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). -
-
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 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 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 List<PlanIdentifierProperties>DependenciesProperties. getChildPlans()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, List<PlanIdentifierProperties> childPlans)
-