Uses of Class
com.atlassian.bamboo.specs.api.builders.RootEntityPropertiesBuilder
-
Packages that use RootEntityPropertiesBuilder Package Description com.atlassian.bamboo.specs.api.builders.credentials Shared credentials for authenticating repositories or AWS access.com.atlassian.bamboo.specs.api.builders.deployment Deployment project and environments.com.atlassian.bamboo.specs.api.builders.permission Permissions like plan permissions, deployment permissions etc.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.com.atlassian.bamboo.specs.api.exceptions Exceptions thrown by Bamboo Specs library.com.atlassian.bamboo.specs.builders.credentials Shared credentials for user-password and SSH authentication.com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud Bitbucket Cloud repository type.com.atlassian.bamboo.specs.builders.repository.bitbucket.server Bitbucket Server repository type.com.atlassian.bamboo.specs.builders.repository.git Git repository type.com.atlassian.bamboo.specs.builders.repository.github GitHub repository type.com.atlassian.bamboo.specs.util Utility classes, such as theBambooServerwhich publishes a plan on Bamboo. -
-
Uses of RootEntityPropertiesBuilder in com.atlassian.bamboo.specs.api.builders.credentials
Subclasses of RootEntityPropertiesBuilder in com.atlassian.bamboo.specs.api.builders.credentials Modifier and Type Class Description classAnySharedCredentialsRepresents a shared credentials data of any type.classSharedCredentials<B extends SharedCredentials<B,C>,C extends SharedCredentialsProperties>Represents a shared credentials data. -
Uses of RootEntityPropertiesBuilder in com.atlassian.bamboo.specs.api.builders.deployment
Subclasses of RootEntityPropertiesBuilder in com.atlassian.bamboo.specs.api.builders.deployment Modifier and Type Class Description classDeploymentRepresents a deployment project. -
Uses of RootEntityPropertiesBuilder in com.atlassian.bamboo.specs.api.builders.permission
Subclasses of RootEntityPropertiesBuilder in com.atlassian.bamboo.specs.api.builders.permission Modifier and Type Class Description classDeploymentPermissionsEntity representing permissions for deployment projects.classEnvironmentPermissionsEntity representing permissions for deployment environments.classPlanPermissionsEntity representing permissions for plans.classProjectPermissionsEntity representing permissions for project. -
Uses of RootEntityPropertiesBuilder in com.atlassian.bamboo.specs.api.builders.plan
Subclasses of RootEntityPropertiesBuilder in com.atlassian.bamboo.specs.api.builders.plan Modifier and Type Class Description classPlanRepresents a Bamboo plan. -
Uses of RootEntityPropertiesBuilder in com.atlassian.bamboo.specs.api.builders.project
Subclasses of RootEntityPropertiesBuilder in com.atlassian.bamboo.specs.api.builders.project Modifier and Type Class Description classProjectRepresents Bamboo project. -
Uses of RootEntityPropertiesBuilder in com.atlassian.bamboo.specs.api.builders.repository
Subclasses of RootEntityPropertiesBuilder in com.atlassian.bamboo.specs.api.builders.repository Modifier and Type Class Description classAnyVcsRepositoryRepresents a vcs repository of any type.classVcsRepository<T extends VcsRepository<T,E>,E extends VcsRepositoryProperties>Represents a definition of VCS repository. -
Uses of RootEntityPropertiesBuilder in com.atlassian.bamboo.specs.api.exceptions
Constructors in com.atlassian.bamboo.specs.api.exceptions with parameters of type RootEntityPropertiesBuilder Constructor Description BambooSpecsPublishingException(@NotNull RootEntityPropertiesBuilder<?> entityProperties, @Nullable BambooSpecsPublishingException.ErrorType errorType, @Nullable java.lang.String message, @Nullable java.lang.String debugMessage, @Nullable java.lang.Throwable cause)Creates an instance of the exception. -
Uses of RootEntityPropertiesBuilder in com.atlassian.bamboo.specs.builders.credentials
Subclasses of RootEntityPropertiesBuilder in com.atlassian.bamboo.specs.builders.credentials Modifier and Type Class Description classSshCredentialsRepresent shared SSH credentials.classUsernamePasswordCredentialsRepresent shared username/password credentials. -
Uses of RootEntityPropertiesBuilder in com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud
Subclasses of RootEntityPropertiesBuilder in com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud Modifier and Type Class Description classBitbucketCloudRepositoryRepresents Bitbucket Cloud repository in Bamboo. -
Uses of RootEntityPropertiesBuilder in com.atlassian.bamboo.specs.builders.repository.bitbucket.server
Subclasses of RootEntityPropertiesBuilder in com.atlassian.bamboo.specs.builders.repository.bitbucket.server Modifier and Type Class Description classBitbucketServerRepositoryRepresents Bitbucket Server repository in Bamboo. -
Uses of RootEntityPropertiesBuilder in com.atlassian.bamboo.specs.builders.repository.git
Subclasses of RootEntityPropertiesBuilder in com.atlassian.bamboo.specs.builders.repository.git Modifier and Type Class Description classGitRepositoryRepresents a git repository in Bamboo. -
Uses of RootEntityPropertiesBuilder in com.atlassian.bamboo.specs.builders.repository.github
Subclasses of RootEntityPropertiesBuilder in com.atlassian.bamboo.specs.builders.repository.github Modifier and Type Class Description classGitHubRepositoryGitHub repository. -
Uses of RootEntityPropertiesBuilder in com.atlassian.bamboo.specs.util
Methods in com.atlassian.bamboo.specs.util with parameters of type RootEntityPropertiesBuilder Modifier and Type Method Description static RestTaskFactory.RestTaskRestTaskFactory. create(java.net.URI bambooServerUrl, AuthenticationProvider authenticationProvider, RootEntityPropertiesBuilder entity, java.lang.String payload)static java.lang.StringYamlFile. generateFileName(@NotNull RootEntityPropertiesBuilder<?> entityProperties, java.lang.String content, java.util.concurrent.atomic.AtomicLong fileCounter)java.lang.ObjectBambooServer. publish(@NotNull RootEntityPropertiesBuilder entityProperties)Publishes the given entity to Bamboo server.
-