Uses of Class
com.atlassian.bamboo.specs.api.builders.project.Project
-
Packages that use Project Package Description com.atlassian.bamboo.specs.api.builders.credentials Shared credentials for authenticating repositories or AWS access.com.atlassian.bamboo.specs.api.builders.plan Plan, plan branches, stages and jobs.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. -
-
Uses of Project in com.atlassian.bamboo.specs.api.builders.credentials
Methods in com.atlassian.bamboo.specs.api.builders.credentials with parameters of type Project Modifier and Type Method Description BSharedCredentials. project(@NotNull Project project)Set the credential's project. -
Uses of Project in com.atlassian.bamboo.specs.api.builders.plan
Methods in com.atlassian.bamboo.specs.api.builders.plan with parameters of type Project Modifier and Type Method Description PlanPlan. inProject(@NotNull Project project)Sets the project plan belongs to.Constructors in com.atlassian.bamboo.specs.api.builders.plan with parameters of type Project Constructor Description Plan(@NotNull Project project, @NotNull java.lang.String name, @NotNull BambooKey key)Specify plan with given project, name and key.Plan(@NotNull Project project, @NotNull java.lang.String name, @NotNull java.lang.String key)Specify plan with given project, name and key. -
Uses of Project in com.atlassian.bamboo.specs.api.builders.project
Methods in com.atlassian.bamboo.specs.api.builders.project that return Project Modifier and Type Method Description ProjectProject. description(@Nullable java.lang.String description)Sets a project description.ProjectProject. key(@Nullable BambooKey key)Sets a project key.ProjectProject. key(@Nullable java.lang.String key)Sets a project key.ProjectProject. name(@NotNull java.lang.String name)Sets a project name.ProjectProject. oid(@Nullable BambooOid oid)Sets a project's oid.ProjectProject. oid(@Nullable java.lang.String oid)Sets a project's oid.ProjectProject. repositories(@NotNull VcsRepository<?,?>... repositories)Adds project repositories.ProjectProject. sharedCredentials(@NotNull SharedCredentials<?,?>... credentials)Adds project shared credentials.ProjectProject. variables(@NotNull Variable... variables)Adds project variables. -
Uses of Project in com.atlassian.bamboo.specs.api.builders.repository
Methods in com.atlassian.bamboo.specs.api.builders.repository with parameters of type Project Modifier and Type Method Description TVcsRepository. project(@Nullable Project project)Set the repository's project.
-