Uses of Class
com.atlassian.bamboo.specs.api.builders.project.Project
Packages that use Project
Package
Description
Shared credentials for authenticating repositories or AWS access.
Plan, plan branches, stages and jobs.
Bamboo project (which is a container for plans).
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 -
Uses of Project in com.atlassian.bamboo.specs.api.builders.plan
Methods in com.atlassian.bamboo.specs.api.builders.plan with parameters of type ProjectModifier and TypeMethodDescriptionSets the project plan belongs to.Constructors in com.atlassian.bamboo.specs.api.builders.plan with parameters of type Project -
Uses of Project in com.atlassian.bamboo.specs.api.builders.project
Methods in com.atlassian.bamboo.specs.api.builders.project that return ProjectModifier and TypeMethodDescriptionProject.description(@Nullable String description) Sets a project description.Sets a project key.Sets a project key.Sets a project name.Sets a project's oid.Sets a project's oid.Project.repositories(@NotNull VcsRepository<?, ?>... repositories) Adds project repositories.Project.sharedCredentials(@NotNull SharedCredentials<?, ?>... credentials) Adds project shared credentials.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