Uses of Class
com.atlassian.bamboo.specs.api.model.BambooKeyProperties
-
Packages that use BambooKeyProperties Package Description com.atlassian.bamboo.specs.api.builders The 'builders.*' packages contain classes you can use to define your Bamboo configuration as code, see also com.atlassian.bamboo.specs.builders.com.atlassian.bamboo.specs.api.model.permission Immutable permissions like plan permissions properties, deployment permissions properties etc.com.atlassian.bamboo.specs.api.model.plan Plan, plan branches, stages and jobs.com.atlassian.bamboo.specs.api.model.project Bamboo project (which is a container for plans).com.atlassian.bamboo.specs.api.validators The 'validators.*' packages contain data validators, you usually won't call them directly, unless writing own builders. -
-
Uses of BambooKeyProperties in com.atlassian.bamboo.specs.api.builders
Methods in com.atlassian.bamboo.specs.api.builders that return BambooKeyProperties Modifier and Type Method Description protected BambooKeyPropertiesBambooKey. build() -
Uses of BambooKeyProperties in com.atlassian.bamboo.specs.api.model.permission
Methods in com.atlassian.bamboo.specs.api.model.permission that return BambooKeyProperties Modifier and Type Method Description BambooKeyPropertiesProjectPermissionsProperties. getProjectKey() -
Uses of BambooKeyProperties in com.atlassian.bamboo.specs.api.model.plan
Fields in com.atlassian.bamboo.specs.api.model.plan declared as BambooKeyProperties Modifier and Type Field Description protected BambooKeyPropertiesAbstractPlanIdentifierProperties. keyMethods in com.atlassian.bamboo.specs.api.model.plan that return BambooKeyProperties Modifier and Type Method Description @Nullable BambooKeyPropertiesAbstractPlanIdentifierProperties. getKey()@Nullable BambooKeyPropertiesAbstractPlanProperties. getKey()BambooKeyPropertiesPlanIdentifierProperties. getProjectKey()@NotNull BambooKeyPropertiesAbstractPlanProperties. toPlanIdentifier()Constructors in com.atlassian.bamboo.specs.api.model.plan with parameters of type BambooKeyProperties Constructor Description AbstractPlanIdentifierProperties(@Nullable BambooKeyProperties key, @Nullable BambooOidProperties oid)AbstractPlanProperties(BambooOidProperties oid, BambooKeyProperties key, java.lang.String name, java.lang.String description, boolean enabled, java.util.Collection<PluginConfigurationProperties> pluginConfigurations)JobProperties(BambooKeyProperties key, java.lang.String name, java.lang.String description, boolean enabled, boolean cleanWorkingDirectory, java.util.Collection<PluginConfigurationProperties> pluginConfigurations, @NotNull java.util.List<ArtifactProperties> artifacts, @NotNull java.util.List<TaskProperties> tasks, @NotNull java.util.List<TaskProperties> finalTasks, @NotNull java.util.List<RequirementProperties> requirements, @NotNull java.util.List<ArtifactSubscriptionProperties> artifactSubscriptions, @NotNull DockerConfigurationProperties dockerConfiguration)PlanBranchIdentifierProperties(@Nullable BambooKeyProperties key, @Nullable BambooOidProperties oid)PlanIdentifierProperties(BambooKeyProperties projectKey, BambooKeyProperties key, BambooOidProperties oid)PlanProperties(BambooOidProperties oid, BambooKeyProperties key, java.lang.String name, java.lang.String description, ProjectProperties project, java.util.List<StageProperties> stages, java.util.List<PlanRepositoryLinkProperties> repositories, java.util.List<TriggerProperties> triggers, java.util.List<VariableProperties> variables, boolean enabled, java.util.Collection<PluginConfigurationProperties> pluginConfigurations, PlanBranchManagementProperties planBranchManagementProperties, DependenciesProperties dependenciesProperties, @Nullable RepositoryStoredSpecsData repositoryStoredSpecsData, @NotNull java.util.List<NotificationProperties> notifications, java.util.List<VcsRepositoryBranchProperties> repositoryBranches, java.util.List<LabelProperties> labels, @Nullable PlanBranchConfigurationProperties planBranchConfiguration) -
Uses of BambooKeyProperties in com.atlassian.bamboo.specs.api.model.project
Methods in com.atlassian.bamboo.specs.api.model.project that return BambooKeyProperties Modifier and Type Method Description @Nullable BambooKeyPropertiesProjectProperties. getKey()Constructors in com.atlassian.bamboo.specs.api.model.project with parameters of type BambooKeyProperties Constructor Description ProjectProperties(BambooOidProperties oid, BambooKeyProperties key, java.lang.String name, java.lang.String description, @NotNull java.util.List<VariableProperties> variables, @NotNull java.util.List<SharedCredentialsProperties> sharedCredentials, @NotNull java.util.List<VcsRepositoryProperties> repositories, @Nullable RepositoryStoredSpecsData repositoryStoredSpecsData) -
Uses of BambooKeyProperties in com.atlassian.bamboo.specs.api.validators
Methods in com.atlassian.bamboo.specs.api.validators with parameters of type BambooKeyProperties Modifier and Type Method Description static java.util.List<ValidationProblem>BambooKeyValidator. validate(@NotNull ValidationContext validationContext, @NotNull BambooKeyProperties keyProperties)
-