Uses of Class
com.atlassian.bamboo.specs.api.rsbs.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
Modifier and TypeMethodDescription@Nullable RepositoryStoredSpecsData
DeploymentProperties.getRepositoryStoredSpecsData()
ModifierConstructorDescriptionDeploymentProperties
(@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
Modifier and TypeMethodDescription@Nullable RepositoryStoredSpecsData
PlanProperties.getRepositoryStoredSpecsData()
ModifierConstructorDescriptionPlanProperties
(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
Modifier and TypeMethodDescription@Nullable RepositoryStoredSpecsData
ProjectProperties.getRepositoryStoredSpecsData()
ModifierConstructorDescriptionProjectProperties
(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
Modifier and TypeMethodDescriptionstatic RepositoryStoredSpecsData
RunnerSettings.getRepositoryStoredSpecsData()
Modifier and TypeMethodDescriptionstatic void
RunnerSettings.setRepositoryStoredSpecsData
(RepositoryStoredSpecsData repositoryStoredSpecsData)