Uses of Package
com.atlassian.bamboo.specs.api.codegen.annotations
-
Packages that use com.atlassian.bamboo.specs.api.codegen.annotations 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.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.branches Automatic branch creation, integration and cleanup.com.atlassian.bamboo.specs.api.model.plan.condition Task conditions.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. -
Classes in com.atlassian.bamboo.specs.api.codegen.annotations used by com.atlassian.bamboo.specs.api.model Class Description ConstructFrom If builder class has no default constructor this annotation should be used to list fields that should be used to invoke constructor of the builder.NoArgCallForBooleanValue Indicates method that should be called if the field is boolean and its value matches the value. -
Classes in com.atlassian.bamboo.specs.api.codegen.annotations used by com.atlassian.bamboo.specs.api.model.credentials Class Description CodeGeneratorName Custom Bamboo Specs generator for EntityProperties class or a field.ConstructFrom If builder class has no default constructor this annotation should be used to list fields that should be used to invoke constructor of the builder. -
Classes in com.atlassian.bamboo.specs.api.codegen.annotations used by com.atlassian.bamboo.specs.api.model.deployment Class Description ConstructFrom If builder class has no default constructor this annotation should be used to list fields that should be used to invoke constructor of the builder. -
Classes in com.atlassian.bamboo.specs.api.codegen.annotations used by com.atlassian.bamboo.specs.api.model.notification Class Description CodeGeneratorName Custom Bamboo Specs generator for EntityProperties class or a field. -
Classes in com.atlassian.bamboo.specs.api.codegen.annotations used by com.atlassian.bamboo.specs.api.model.permission Class Description CodeGeneratorName Custom Bamboo Specs generator for EntityProperties class or a field.ConstructFrom If builder class has no default constructor this annotation should be used to list fields that should be used to invoke constructor of the builder. -
Classes in com.atlassian.bamboo.specs.api.codegen.annotations used by com.atlassian.bamboo.specs.api.model.plan Class Description Builder Names builder class for entity properties.CodeGeneratorName Custom Bamboo Specs generator for EntityProperties class or a field.ConstructFrom If builder class has no default constructor this annotation should be used to list fields that should be used to invoke constructor of the builder. -
Classes in com.atlassian.bamboo.specs.api.codegen.annotations used by com.atlassian.bamboo.specs.api.model.plan.branches Class Description CodeGeneratorName Custom Bamboo Specs generator for EntityProperties class or a field. -
Classes in com.atlassian.bamboo.specs.api.codegen.annotations used by com.atlassian.bamboo.specs.api.model.plan.condition Class Description Builder Names builder class for entity properties. -
Classes in com.atlassian.bamboo.specs.api.codegen.annotations used by com.atlassian.bamboo.specs.api.model.plan.requirement Class Description Builder Names builder class for entity properties.ConstructFrom If builder class has no default constructor this annotation should be used to list fields that should be used to invoke constructor of the builder. -
Classes in com.atlassian.bamboo.specs.api.codegen.annotations used by com.atlassian.bamboo.specs.api.model.project Class Description Builder Names builder class for entity properties. -
Classes in com.atlassian.bamboo.specs.api.codegen.annotations used by com.atlassian.bamboo.specs.api.model.repository Class Description ConstructFrom If builder class has no default constructor this annotation should be used to list fields that should be used to invoke constructor of the builder. -
Classes in com.atlassian.bamboo.specs.api.codegen.annotations used by com.atlassian.bamboo.specs.api.model.repository.viewer Class Description CodeGeneratorName Custom Bamboo Specs generator for EntityProperties class or a field.