Uses of Class
com.atlassian.bamboo.specs.api.rsbs.RepositoryStoredSpecsData
Packages that use RepositoryStoredSpecsData
Package
Description
Deployment project and environments.
Plan, plan branches, stages and jobs.
Bamboo project (which is a container for plans).
Contains classes used for interaction with Runners.
-
Uses of RepositoryStoredSpecsData in com.atlassian.bamboo.specs.api.model.deployment
Methods in com.atlassian.bamboo.specs.api.model.deployment that return RepositoryStoredSpecsDataModifier and TypeMethodDescription@Nullable RepositoryStoredSpecsDataDeploymentProperties.getRepositoryStoredSpecsData()Constructors in com.atlassian.bamboo.specs.api.model.deployment with parameters of type RepositoryStoredSpecsDataModifierConstructorDescriptionDeploymentProperties(@Nullable BambooOidProperties oid, @NotNull PlanIdentifierProperties plan, @NotNull String name, @Nullable String description, @NotNull ReleaseNamingProperties releaseNaming, @NotNull List<EnvironmentProperties> environments, @Nullable RepositoryStoredSpecsData repositoryStoredSpecsData) -
Uses of RepositoryStoredSpecsData in com.atlassian.bamboo.specs.api.model.plan
Methods in com.atlassian.bamboo.specs.api.model.plan that return RepositoryStoredSpecsDataModifier and TypeMethodDescription@Nullable RepositoryStoredSpecsDataPlanProperties.getRepositoryStoredSpecsData()Constructors in com.atlassian.bamboo.specs.api.model.plan with parameters of type RepositoryStoredSpecsDataModifierConstructorDescriptionPlanProperties(BambooOidProperties oid, BambooKeyProperties key, String name, String description, ProjectProperties project, List<StageProperties> stages, List<PlanRepositoryLinkProperties> repositories, List<TriggerProperties> triggers, List<VariableProperties> variables, boolean enabled, Collection<PluginConfigurationProperties> pluginConfigurations, PlanBranchManagementProperties planBranchManagementProperties, DependenciesProperties dependenciesProperties, @Nullable RepositoryStoredSpecsData repositoryStoredSpecsData, @NotNull List<NotificationProperties> notifications, List<VcsRepositoryBranchProperties> repositoryBranches, List<LabelProperties> labels, @Nullable PlanBranchConfigurationProperties planBranchConfiguration) -
Uses of RepositoryStoredSpecsData in com.atlassian.bamboo.specs.api.model.project
Methods in com.atlassian.bamboo.specs.api.model.project that return RepositoryStoredSpecsDataModifier and TypeMethodDescription@Nullable RepositoryStoredSpecsDataProjectProperties.getRepositoryStoredSpecsData()Constructors in com.atlassian.bamboo.specs.api.model.project with parameters of type RepositoryStoredSpecsDataModifierConstructorDescriptionProjectProperties(BambooOidProperties oid, BambooKeyProperties key, String name, String description, @NotNull List<VariableProperties> variables, @NotNull List<SharedCredentialsProperties> sharedCredentials, @NotNull List<VcsRepositoryProperties> repositories, @Nullable RepositoryStoredSpecsData repositoryStoredSpecsData) -
Uses of RepositoryStoredSpecsData in com.atlassian.bamboo.specs.api.rsbs
Methods in com.atlassian.bamboo.specs.api.rsbs that return RepositoryStoredSpecsDataModifier and TypeMethodDescriptionstatic RepositoryStoredSpecsDataRunnerSettings.getRepositoryStoredSpecsData()Methods in com.atlassian.bamboo.specs.api.rsbs with parameters of type RepositoryStoredSpecsDataModifier and TypeMethodDescriptionstatic voidRunnerSettings.setRepositoryStoredSpecsData(RepositoryStoredSpecsData repositoryStoredSpecsData)