Uses of Class
com.atlassian.bamboo.specs.model.task.VcsBranchTaskProperties
Packages that use VcsBranchTaskProperties
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
Various implementations of
CodeEmitter which are used for converting
TaskProperties model into Java.-
Uses of VcsBranchTaskProperties in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return VcsBranchTaskPropertiesModifier and TypeMethodDescriptionprotected @NotNull VcsBranchTaskPropertiesVcsBranchTask.build() -
Uses of VcsBranchTaskProperties in com.atlassian.bamboo.specs.codegen.emitters.task
Methods in com.atlassian.bamboo.specs.codegen.emitters.task with parameters of type VcsBranchTaskPropertiesModifier and TypeMethodDescription@NotNull StringVcsBranchTaskEmitter.emitCode(@NotNull CodeGenerationContext context, @NotNull VcsBranchTaskProperties entity)