Uses of Class
com.atlassian.bamboo.specs.api.model.project.ProjectProperties
-
Packages that use ProjectProperties Package Description com.atlassian.bamboo.specs.api.builders.credentials Shared credentials for authenticating repositories or AWS access.com.atlassian.bamboo.specs.api.builders.project Bamboo project (which is a container for plans).com.atlassian.bamboo.specs.api.builders.repository Generic plan-local and linked source code repositories as well as change detection settings, see also com.atlassian.bamboo.specs.builders.repository for specific repository types.com.atlassian.bamboo.specs.api.model.credentials Shared credentials for authenticating repositories or AWS access.com.atlassian.bamboo.specs.api.model.plan Plan, plan branches, stages and jobs.com.atlassian.bamboo.specs.api.model.repository Generic plan-local and linked source code repositories as well as change detection settings.com.atlassian.bamboo.specs.api.validators.project Validate project settings. -
-
Uses of ProjectProperties in com.atlassian.bamboo.specs.api.builders.credentials
Fields in com.atlassian.bamboo.specs.api.builders.credentials declared as ProjectProperties Modifier and Type Field Description protected ProjectPropertiesSharedCredentials. project -
Uses of ProjectProperties in com.atlassian.bamboo.specs.api.builders.project
Methods in com.atlassian.bamboo.specs.api.builders.project that return ProjectProperties Modifier and Type Method Description protected ProjectPropertiesProject. build() -
Uses of ProjectProperties in com.atlassian.bamboo.specs.api.builders.repository
Fields in com.atlassian.bamboo.specs.api.builders.repository declared as ProjectProperties Modifier and Type Field Description protected ProjectPropertiesVcsRepository. project -
Uses of ProjectProperties in com.atlassian.bamboo.specs.api.model.credentials
Methods in com.atlassian.bamboo.specs.api.model.credentials that return ProjectProperties Modifier and Type Method Description @Nullable ProjectPropertiesSharedCredentialsProperties. getProject()Constructors in com.atlassian.bamboo.specs.api.model.credentials with parameters of type ProjectProperties Constructor Description AnySharedCredentialsProperties(AtlassianModuleProperties atlassianPlugin, String name, BambooOidProperties oid, Map<String,Object> configuration, ProjectProperties project)SharedCredentialsProperties(@NotNull String name, @Nullable BambooOidProperties oid, @Nullable ProjectProperties project) -
Uses of ProjectProperties in com.atlassian.bamboo.specs.api.model.plan
Methods in com.atlassian.bamboo.specs.api.model.plan that return ProjectProperties Modifier and Type Method Description @NotNull ProjectPropertiesPlanProperties. getProject()Constructors in com.atlassian.bamboo.specs.api.model.plan with parameters of type ProjectProperties Constructor Description PlanProperties(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 ProjectProperties in com.atlassian.bamboo.specs.api.model.repository
Methods in com.atlassian.bamboo.specs.api.model.repository that return ProjectProperties Modifier and Type Method Description @Nullable ProjectPropertiesVcsRepositoryProperties. getProject()Constructors in com.atlassian.bamboo.specs.api.model.repository with parameters of type ProjectProperties Constructor Description AnyVcsRepositoryProperties(AtlassianModuleProperties atlassianPlugin, @Nullable String name, @Nullable BambooOidProperties oid, @Nullable String description, @Nullable String parent, @Nullable ProjectProperties project, @Nullable Map<String,Object> serverConfiguration, @Nullable Map<String,Object> branchConfiguration, @Nullable VcsChangeDetectionProperties changeDetectionConfiguration, @Nullable Map<String,Object> branchDetectionConfiguration, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties)ProjectRepository(@NotNull String parent, @Nullable AtlassianModuleProperties atlassianPlugin, @Nullable ProjectProperties project)VcsRepositoryProperties(@Nullable String name, @Nullable BambooOidProperties oid, @Nullable String description, @Nullable String parent, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties, @Nullable ProjectProperties project) -
Uses of ProjectProperties in com.atlassian.bamboo.specs.api.validators.project
Methods in com.atlassian.bamboo.specs.api.validators.project with parameters of type ProjectProperties Modifier and Type Method Description static @NotNull List<ValidationProblem>ProjectValidator. validate(@NotNull ProjectProperties projectProperties)
-