Uses of Interface
com.atlassian.bamboo.specs.api.model.RootEntityProperties
-
Packages that use RootEntityProperties Package Description com.atlassian.bamboo.specs.api.builders The 'builders.*' packages contain classes you can use to define your Bamboo configuration as code, see also com.atlassian.bamboo.specs.builders.com.atlassian.bamboo.specs.api.model.credentials Shared credentials for authenticating repositories or AWS access.com.atlassian.bamboo.specs.api.model.deployment Deployment project and environments.com.atlassian.bamboo.specs.api.model.permission Immutable permissions like plan permissions properties, deployment permissions properties etc.com.atlassian.bamboo.specs.api.model.plan Plan, plan branches, stages and jobs.com.atlassian.bamboo.specs.api.model.project Bamboo project (which is a container for plans).com.atlassian.bamboo.specs.api.model.repository Generic plan-local and linked source code repositories as well as change detection settings.com.atlassian.bamboo.specs.model.credentials Shared credentials for user-password and SSH authentication.com.atlassian.bamboo.specs.model.repository.bitbucket.cloud Bitbucket Cloud repository type.com.atlassian.bamboo.specs.model.repository.bitbucket.server Bitbucket Server repository type.com.atlassian.bamboo.specs.model.repository.git Git repository type.com.atlassian.bamboo.specs.model.repository.github GitHub repository type. -
-
Uses of RootEntityProperties in com.atlassian.bamboo.specs.api.builders
Classes in com.atlassian.bamboo.specs.api.builders with type parameters of type RootEntityProperties Modifier and Type Class Description classRootEntityPropertiesBuilder<T extends RootEntityProperties>Represents Bamboo entity that can be sent to server. -
Uses of RootEntityProperties in com.atlassian.bamboo.specs.api.model.credentials
Classes in com.atlassian.bamboo.specs.api.model.credentials that implement RootEntityProperties Modifier and Type Class Description classAnySharedCredentialsPropertiesclassSharedCredentialsProperties -
Uses of RootEntityProperties in com.atlassian.bamboo.specs.api.model.deployment
Classes in com.atlassian.bamboo.specs.api.model.deployment that implement RootEntityProperties Modifier and Type Class Description classDeploymentProperties -
Uses of RootEntityProperties in com.atlassian.bamboo.specs.api.model.permission
Classes in com.atlassian.bamboo.specs.api.model.permission that implement RootEntityProperties Modifier and Type Class Description classDeploymentPermissionsPropertiesclassEnvironmentPermissionsPropertiesclassPlanPermissionsPropertiesclassProjectPermissionsProperties -
Uses of RootEntityProperties in com.atlassian.bamboo.specs.api.model.plan
Classes in com.atlassian.bamboo.specs.api.model.plan that implement RootEntityProperties Modifier and Type Class Description classPlanProperties -
Uses of RootEntityProperties in com.atlassian.bamboo.specs.api.model.project
Classes in com.atlassian.bamboo.specs.api.model.project that implement RootEntityProperties Modifier and Type Class Description classProjectProperties -
Uses of RootEntityProperties in com.atlassian.bamboo.specs.api.model.repository
Classes in com.atlassian.bamboo.specs.api.model.repository that implement RootEntityProperties Modifier and Type Class Description classAnyVcsRepositoryPropertiesstatic classPlanRepositoryLinkProperties.LinkedGlobalRepositorystatic classPlanRepositoryLinkProperties.ProjectRepositoryclassVcsRepositoryProperties -
Uses of RootEntityProperties in com.atlassian.bamboo.specs.model.credentials
Classes in com.atlassian.bamboo.specs.model.credentials that implement RootEntityProperties Modifier and Type Class Description classSshCredentialsPropertiesclassUsernamePasswordCredentialsProperties -
Uses of RootEntityProperties in com.atlassian.bamboo.specs.model.repository.bitbucket.cloud
Classes in com.atlassian.bamboo.specs.model.repository.bitbucket.cloud that implement RootEntityProperties Modifier and Type Class Description classBitbucketCloudRepositoryProperties -
Uses of RootEntityProperties in com.atlassian.bamboo.specs.model.repository.bitbucket.server
Classes in com.atlassian.bamboo.specs.model.repository.bitbucket.server that implement RootEntityProperties Modifier and Type Class Description classBitbucketServerRepositoryProperties -
Uses of RootEntityProperties in com.atlassian.bamboo.specs.model.repository.git
Classes in com.atlassian.bamboo.specs.model.repository.git that implement RootEntityProperties Modifier and Type Class Description classGitRepositoryProperties -
Uses of RootEntityProperties in com.atlassian.bamboo.specs.model.repository.github
Classes in com.atlassian.bamboo.specs.model.repository.github that implement RootEntityProperties Modifier and Type Class Description classGitHubRepositoryProperties
-