Uses of Class
com.atlassian.bamboo.specs.api.rsbs.RepositoryStoredSpecsData
-
Packages that use RepositoryStoredSpecsData Package Description com.atlassian.bamboo.specs.api.model.deployment Deployment project and environments.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.rsbs 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 RepositoryStoredSpecsData Modifier and Type Method Description @Nullable RepositoryStoredSpecsDataDeploymentProperties. getRepositoryStoredSpecsData()Constructors in com.atlassian.bamboo.specs.api.model.deployment with parameters of type RepositoryStoredSpecsData Constructor Description DeploymentProperties(@Nullable BambooOidProperties oid, @NotNull PlanIdentifierProperties plan, @NotNull java.lang.String name, @Nullable java.lang.String description, @NotNull ReleaseNamingProperties releaseNaming, @NotNull java.util.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 RepositoryStoredSpecsData Modifier and Type Method Description @Nullable RepositoryStoredSpecsDataPlanProperties. getRepositoryStoredSpecsData()Constructors in com.atlassian.bamboo.specs.api.model.plan with parameters of type RepositoryStoredSpecsData Constructor Description 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 RepositoryStoredSpecsData in com.atlassian.bamboo.specs.api.model.project
Methods in com.atlassian.bamboo.specs.api.model.project that return RepositoryStoredSpecsData Modifier and Type Method Description @Nullable RepositoryStoredSpecsDataProjectProperties. getRepositoryStoredSpecsData()Constructors in com.atlassian.bamboo.specs.api.model.project with parameters of type RepositoryStoredSpecsData 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 RepositoryStoredSpecsData in com.atlassian.bamboo.specs.api.rsbs
Methods in com.atlassian.bamboo.specs.api.rsbs that return RepositoryStoredSpecsData Modifier and Type Method Description static RepositoryStoredSpecsDataRunnerSettings. getRepositoryStoredSpecsData()Methods in com.atlassian.bamboo.specs.api.rsbs with parameters of type RepositoryStoredSpecsData Modifier and Type Method Description static voidRunnerSettings. setRepositoryStoredSpecsData(RepositoryStoredSpecsData repositoryStoredSpecsData)
-