Uses of Class
com.atlassian.bamboo.specs.api.codegen.annotations.CodeGenerator
-
Packages that use CodeGenerator Package Description com.atlassian.bamboo.specs.builders.task Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.com.atlassian.bamboo.specs.model.task Tasks you can execute in a job.com.atlassian.bamboo.specs.model.task.docker Properties classes related to Docker CLI task.com.atlassian.bamboo.specs.model.trigger Build triggers. -
-
Uses of CodeGenerator in com.atlassian.bamboo.specs.builders.task
Classes in com.atlassian.bamboo.specs.builders.task with annotations of type CodeGenerator Modifier and Type Class Description classArtifactItemRepresents an artifact or group of artifacts, obtained using one of the following methods. -
Uses of CodeGenerator in com.atlassian.bamboo.specs.model.task
Classes in com.atlassian.bamboo.specs.model.task with annotations of type CodeGenerator Modifier and Type Class Description classBuildWarningParserTaskPropertiesclassCheckoutItemPropertiesclassScpTaskPropertiesclassSshTaskPropertiesclassVcsBranchTaskPropertiesclassVcsCommitTaskPropertiesclassVcsPushTaskPropertiesclassVcsTagTaskPropertiesFields in com.atlassian.bamboo.specs.model.task with annotations of type CodeGenerator Modifier and Type Field Description protected intMavenTaskProperties. version -
Uses of CodeGenerator in com.atlassian.bamboo.specs.model.task.docker
Classes in com.atlassian.bamboo.specs.model.task.docker with annotations of type CodeGenerator Modifier and Type Class Description classDockerBuildImageTaskPropertiesclassDockerRegistryTaskPropertiesclassDockerRunContainerTaskProperties -
Uses of CodeGenerator in com.atlassian.bamboo.specs.model.trigger
Classes in com.atlassian.bamboo.specs.model.trigger with annotations of type CodeGenerator Modifier and Type Class Description classScheduledTriggerProperties
-