Uses of Class
com.atlassian.bamboo.specs.api.codegen.annotations.ConstructFrom
-
Packages that use ConstructFrom Package Description 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.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.plan.requirement Custom requirements for a job.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.notification Bamboo notifications support.com.atlassian.bamboo.specs.model.repository.git Git repository type.com.atlassian.bamboo.specs.model.task Tasks you can execute in a job.com.atlassian.bamboo.specs.model.trigger Build triggers. -
-
Uses of ConstructFrom in com.atlassian.bamboo.specs.api.model
Classes in com.atlassian.bamboo.specs.api.model with annotations of type ConstructFrom Modifier and Type Class Description classBambooKeyPropertiesclassBambooOidPropertiesclassVariableProperties -
Uses of ConstructFrom in com.atlassian.bamboo.specs.api.model.credentials
Classes in com.atlassian.bamboo.specs.api.model.credentials with annotations of type ConstructFrom Modifier and Type Class Description classSharedCredentialsIdentifierProperties -
Uses of ConstructFrom in com.atlassian.bamboo.specs.api.model.deployment
Classes in com.atlassian.bamboo.specs.api.model.deployment with annotations of type ConstructFrom Modifier and Type Class Description classDeploymentPropertiesclassEnvironmentPropertiesclassReleaseNamingProperties -
Uses of ConstructFrom in com.atlassian.bamboo.specs.api.model.permission
Classes in com.atlassian.bamboo.specs.api.model.permission with annotations of type ConstructFrom Modifier and Type Class Description classDeploymentPermissionsPropertiesclassEnvironmentPermissionsPropertiesclassPlanPermissionsPropertiesclassProjectPermissionsProperties -
Uses of ConstructFrom in com.atlassian.bamboo.specs.api.model.plan
Classes in com.atlassian.bamboo.specs.api.model.plan with annotations of type ConstructFrom Modifier and Type Class Description classJobPropertiesclassPlanBranchIdentifierPropertiesclassPlanPropertiesclassStageProperties -
Uses of ConstructFrom in com.atlassian.bamboo.specs.api.model.plan.requirement
Classes in com.atlassian.bamboo.specs.api.model.plan.requirement with annotations of type ConstructFrom Modifier and Type Class Description classRequirementProperties -
Uses of ConstructFrom in com.atlassian.bamboo.specs.api.model.repository
Classes in com.atlassian.bamboo.specs.api.model.repository with annotations of type ConstructFrom Modifier and Type Class Description classVcsRepositoryBranchProperties -
Uses of ConstructFrom in com.atlassian.bamboo.specs.model.notification
Classes in com.atlassian.bamboo.specs.model.notification with annotations of type ConstructFrom Modifier and Type Class Description classEmailRecipientPropertiesclassGroupRecipientPropertiesclassImRecipientPropertiesclassUserRecipientPropertiesclassWebhookRecipientProperties -
Uses of ConstructFrom in com.atlassian.bamboo.specs.model.repository.git
Classes in com.atlassian.bamboo.specs.model.repository.git with annotations of type ConstructFrom Modifier and Type Class Description classSshPrivateKeyAuthenticationPropertiesclassUserPasswordAuthenticationProperties -
Uses of ConstructFrom in com.atlassian.bamboo.specs.model.task
Classes in com.atlassian.bamboo.specs.model.task with annotations of type ConstructFrom Modifier and Type Class Description classTestParserTaskProperties -
Uses of ConstructFrom in com.atlassian.bamboo.specs.model.trigger
Classes in com.atlassian.bamboo.specs.model.trigger with annotations of type ConstructFrom Modifier and Type Class Description classAfterSuccessfulDeploymentTriggerPropertiesclassAfterSuccessfulStageTriggerProperties
-