Uses of Interface
com.atlassian.bamboo.specs.api.model.EntityProperties
-
Packages that use EntityProperties 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.codegen Conversion ofEntityPropertiesmodel into Java.com.atlassian.bamboo.specs.api.model The 'model.*' packages contain internal data representation of various Bamboo entities, you usually won't use them directly.com.atlassian.bamboo.specs.api.model.applink Application Links (for instance to integrate with JIRA or Bitbucket Server).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.deployment.configuration Items stored in environment custom plugins configuration.com.atlassian.bamboo.specs.api.model.docker Properties classes for Docker configuration.com.atlassian.bamboo.specs.api.model.label Bamboo labels support.com.atlassian.bamboo.specs.api.model.notification Bamboo notifications support.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.plan.artifact Artifact definitions and artifact subscriptions.com.atlassian.bamboo.specs.api.model.plan.branches Automatic branch creation, integration and cleanup.com.atlassian.bamboo.specs.api.model.plan.condition Task conditions.com.atlassian.bamboo.specs.api.model.plan.configuration Items stored in plan configuration, including (but not limited to) items from 'Miscellaneous' page.com.atlassian.bamboo.specs.api.model.plan.dependencies Plan dependencies (so that build of one plan may trigger builds of another plans).com.atlassian.bamboo.specs.api.model.plan.requirement Custom requirements for a job.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.api.model.repository.viewer Generic repository viewers.com.atlassian.bamboo.specs.api.model.task The AnyTask class for handling tasks unsupported by Bamboo Specs.com.atlassian.bamboo.specs.api.model.trigger Build triggers.com.atlassian.bamboo.specs.api.util Utility classes, such as: creating cron expressions. -
-
Uses of EntityProperties in com.atlassian.bamboo.specs.api.builders
Classes in com.atlassian.bamboo.specs.api.builders with type parameters of type EntityProperties Modifier and Type Class Description classCallEntityPropertiesBuilder<T extends EntityProperties>Used to call protectedEntityPropertiesBuilder.build().classEntityPropertiesBuilder<T extends EntityProperties>Represents any Bamboo entity.Methods in com.atlassian.bamboo.specs.api.builders with type parameters of type EntityProperties Modifier and Type Method Description static <T extends EntityProperties>
TCallEntityPropertiesBuilder. build(EntityPropertiesBuilder<T> e) -
Uses of EntityProperties in com.atlassian.bamboo.specs.api.codegen
Classes in com.atlassian.bamboo.specs.api.codegen with type parameters of type EntityProperties Modifier and Type Interface Description interfaceCompoundFieldSetterEmitter<P extends EntityProperties>Specialised code emitter that can be used to generate field setting code that handles multiple fields at once.interfaceCondition<T extends EntityProperties>Represents a condition. -
Uses of EntityProperties in com.atlassian.bamboo.specs.api.model
Subinterfaces of EntityProperties in com.atlassian.bamboo.specs.api.model Modifier and Type Interface Description interfaceRootEntityPropertiesClasses in com.atlassian.bamboo.specs.api.model that implement EntityProperties Modifier and Type Class Description classAtlassianModulePropertiesclassBambooKeyPropertiesclassBambooOidPropertiesclassVariableProperties -
Uses of EntityProperties in com.atlassian.bamboo.specs.api.model.applink
Classes in com.atlassian.bamboo.specs.api.model.applink that implement EntityProperties Modifier and Type Class Description classApplicationLinkProperties -
Uses of EntityProperties in com.atlassian.bamboo.specs.api.model.credentials
Classes in com.atlassian.bamboo.specs.api.model.credentials that implement EntityProperties Modifier and Type Class Description classAnySharedCredentialsPropertiesclassSharedCredentialsIdentifierPropertiesclassSharedCredentialsProperties -
Uses of EntityProperties in com.atlassian.bamboo.specs.api.model.deployment
Classes in com.atlassian.bamboo.specs.api.model.deployment that implement EntityProperties Modifier and Type Class Description classDeploymentPropertiesclassEnvironmentPropertiesclassReleaseNamingProperties -
Uses of EntityProperties in com.atlassian.bamboo.specs.api.model.deployment.configuration
Subinterfaces of EntityProperties in com.atlassian.bamboo.specs.api.model.deployment.configuration Modifier and Type Interface Description interfaceEnvironmentPluginConfigurationPropertiesClasses in com.atlassian.bamboo.specs.api.model.deployment.configuration that implement EntityProperties Modifier and Type Class Description classAnyPluginConfigurationProperties -
Uses of EntityProperties in com.atlassian.bamboo.specs.api.model.docker
Classes in com.atlassian.bamboo.specs.api.model.docker that implement EntityProperties Modifier and Type Class Description classDockerConfigurationProperties -
Uses of EntityProperties in com.atlassian.bamboo.specs.api.model.label
Classes in com.atlassian.bamboo.specs.api.model.label that implement EntityProperties Modifier and Type Class Description classEmptyLabelsListPropertiesDeprecated.classLabelProperties -
Uses of EntityProperties in com.atlassian.bamboo.specs.api.model.notification
Classes in com.atlassian.bamboo.specs.api.model.notification that implement EntityProperties Modifier and Type Class Description classAnyNotificationRecipientPropertiesclassAnyNotificationTypePropertiesclassEmptyNotificationsListPropertiesDeprecated.classNotificationPropertiesclassNotificationRecipientPropertiesclassNotificationTypeProperties -
Uses of EntityProperties in com.atlassian.bamboo.specs.api.model.permission
Classes in com.atlassian.bamboo.specs.api.model.permission that implement EntityProperties Modifier and Type Class Description classAnonymousUserPermissionsPropertiesclassDeploymentPermissionsPropertiesclassEnvironmentPermissionsPropertiesclassGroupPermissionPropertiesclassLoggedInUserPermissionsPropertiesclassPermissionsPropertiesclassPlanPermissionsPropertiesclassProjectPermissionsPropertiesclassUserPermissionProperties -
Uses of EntityProperties in com.atlassian.bamboo.specs.api.model.plan
Classes in com.atlassian.bamboo.specs.api.model.plan that implement EntityProperties Modifier and Type Class Description classAbstractPlanIdentifierPropertiesclassAbstractPlanPropertiesclassJobPropertiesclassPlanBranchIdentifierPropertiesclassPlanIdentifierPropertiesclassPlanPropertiesclassStageProperties -
Uses of EntityProperties in com.atlassian.bamboo.specs.api.model.plan.artifact
Classes in com.atlassian.bamboo.specs.api.model.plan.artifact that implement EntityProperties Modifier and Type Class Description classArtifactPropertiesclassArtifactSubscriptionProperties -
Uses of EntityProperties in com.atlassian.bamboo.specs.api.model.plan.branches
Classes in com.atlassian.bamboo.specs.api.model.plan.branches that implement EntityProperties Modifier and Type Class Description classBranchCleanupPropertiesclassBranchIntegrationPropertiesclassCreatePlanBranchesPropertiesclassPlanBranchConfigurationPropertiesclassPlanBranchManagementProperties -
Uses of EntityProperties in com.atlassian.bamboo.specs.api.model.plan.condition
Subinterfaces of EntityProperties in com.atlassian.bamboo.specs.api.model.plan.condition Modifier and Type Interface Description interfaceConditionPropertiesClasses in com.atlassian.bamboo.specs.api.model.plan.condition that implement EntityProperties Modifier and Type Class Description classAnyConditionProperties -
Uses of EntityProperties in com.atlassian.bamboo.specs.api.model.plan.configuration
Subinterfaces of EntityProperties in com.atlassian.bamboo.specs.api.model.plan.configuration Modifier and Type Interface Description interfacePluginConfigurationPropertiesClasses in com.atlassian.bamboo.specs.api.model.plan.configuration that implement EntityProperties Modifier and Type Class Description classAllOtherPluginsConfigurationPropertiesclassConcurrentBuildsPropertiesclassForceStopBuildProperties -
Uses of EntityProperties in com.atlassian.bamboo.specs.api.model.plan.dependencies
Classes in com.atlassian.bamboo.specs.api.model.plan.dependencies that implement EntityProperties Modifier and Type Class Description classDependenciesConfigurationPropertiesclassDependenciesPropertiesclassEmptyDependenciesListPropertiesDeprecated. -
Uses of EntityProperties in com.atlassian.bamboo.specs.api.model.plan.requirement
Classes in com.atlassian.bamboo.specs.api.model.plan.requirement that implement EntityProperties Modifier and Type Class Description classRequirementProperties -
Uses of EntityProperties in com.atlassian.bamboo.specs.api.model.project
Classes in com.atlassian.bamboo.specs.api.model.project that implement EntityProperties Modifier and Type Class Description classProjectProperties -
Uses of EntityProperties in com.atlassian.bamboo.specs.api.model.repository
Classes in com.atlassian.bamboo.specs.api.model.repository that implement EntityProperties Modifier and Type Class Description classAnyVcsRepositoryPropertiesclassPlanRepositoryLinkPropertiesstatic classPlanRepositoryLinkProperties.LinkedGlobalRepositorystatic classPlanRepositoryLinkProperties.ProjectRepositoryclassVcsChangeDetectionPropertiesclassVcsRepositoryBranchPropertiesclassVcsRepositoryIdentifierPropertiesclassVcsRepositoryProperties -
Uses of EntityProperties in com.atlassian.bamboo.specs.api.model.repository.viewer
Subinterfaces of EntityProperties in com.atlassian.bamboo.specs.api.model.repository.viewer Modifier and Type Interface Description interfaceVcsRepositoryViewerPropertiesClasses in com.atlassian.bamboo.specs.api.model.repository.viewer that implement EntityProperties Modifier and Type Class Description classAnyVcsRepositoryViewerProperties -
Uses of EntityProperties in com.atlassian.bamboo.specs.api.model.task
Classes in com.atlassian.bamboo.specs.api.model.task that implement EntityProperties Modifier and Type Class Description classAnyTaskPropertiesclassTaskProperties -
Uses of EntityProperties in com.atlassian.bamboo.specs.api.model.trigger
Classes in com.atlassian.bamboo.specs.api.model.trigger that implement EntityProperties Modifier and Type Class Description classAllOtherTriggerConditionPropertiesclassAnyTriggerConditionPropertiesclassAnyTriggerPropertiesclassRepositoryBasedTriggerPropertiesclassTriggerConditionPropertiesclassTriggerProperties -
Uses of EntityProperties in com.atlassian.bamboo.specs.api.util
Methods in com.atlassian.bamboo.specs.api.util with type parameters of type EntityProperties Modifier and Type Method Description static <T extends EntityProperties,B extends EntityPropertiesBuilder<T>>
TEntityPropertiesBuilders. build(B builder)
-