Uses of Class
com.atlassian.bamboo.specs.api.builders.RootEntityPropertiesBuilder
Packages that use RootEntityPropertiesBuilder
Package
Description
Shared credentials for authenticating repositories or AWS access.
Deployment project and environments.
Permissions like plan permissions, deployment permissions etc.
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.
Exceptions thrown by Bamboo Specs library.
-
Uses of RootEntityPropertiesBuilder in com.atlassian.bamboo.specs.api.builders.credentials
Modifier and TypeClassDescriptionclassRepresents 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
-
Uses of RootEntityPropertiesBuilder in com.atlassian.bamboo.specs.api.builders.permission
Modifier and TypeClassDescriptionclassEntity representing permissions for deployment projects.classEntity representing permissions for deployment environments.final classEntity representing permissions for plans.classEntity 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 -
Uses of RootEntityPropertiesBuilder in com.atlassian.bamboo.specs.api.builders.project
-
Uses of RootEntityPropertiesBuilder in com.atlassian.bamboo.specs.api.builders.repository
Modifier and TypeClassDescriptionfinal classRepresents 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 RootEntityPropertiesBuilderModifierConstructorDescriptionBambooSpecsPublishingException(@NotNull RootEntityPropertiesBuilder<?> entityProperties, @Nullable BambooSpecsPublishingException.ErrorType errorType, @Nullable String message, @Nullable String debugMessage, @Nullable Throwable cause) Creates an instance of the exception.