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. -
-
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 String message, @Nullable String debugMessage, @Nullable Throwable cause)Creates an instance of the exception.
-