Uses of Class
com.atlassian.bamboo.specs.model.task.VcsCommitTaskProperties
Packages that use VcsCommitTaskProperties
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 VcsCommitTaskProperties in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return VcsCommitTaskPropertiesModifier and TypeMethodDescriptionprotected @NotNull VcsCommitTaskPropertiesVcsCommitTask.build() -
Uses of VcsCommitTaskProperties in com.atlassian.bamboo.specs.codegen.emitters.task
Methods in com.atlassian.bamboo.specs.codegen.emitters.task with parameters of type VcsCommitTaskPropertiesModifier and TypeMethodDescription@NotNull StringVcsCommitTaskEmitter.emitCode(@NotNull CodeGenerationContext context, @NotNull VcsCommitTaskProperties entity)