Uses of Class
com.atlassian.bamboo.specs.model.task.CheckoutItemProperties
Packages that use CheckoutItemProperties
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.Tasks you can execute in a job.
-
Uses of CheckoutItemProperties in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return CheckoutItemProperties -
Uses of CheckoutItemProperties in com.atlassian.bamboo.specs.codegen.emitters.task
Methods in com.atlassian.bamboo.specs.codegen.emitters.task with parameters of type CheckoutItemPropertiesModifier and TypeMethodDescription@NotNull StringCheckoutSpecEmitter.emitCode(@NotNull CodeGenerationContext context, @NotNull CheckoutItemProperties entity) -
Uses of CheckoutItemProperties in com.atlassian.bamboo.specs.model.task
Methods in com.atlassian.bamboo.specs.model.task that return CheckoutItemPropertiesModifier and TypeMethodDescriptionstatic CheckoutItemPropertiesCheckoutItemProperties.forDefaultRepository()Methods in com.atlassian.bamboo.specs.model.task that return types with arguments of type CheckoutItemPropertiesConstructor parameters in com.atlassian.bamboo.specs.model.task with type arguments of type CheckoutItemPropertiesModifierConstructorDescriptionVcsCheckoutTaskProperties(String description, boolean isEnabled, List<CheckoutItemProperties> checkoutItems, boolean cleanCheckout, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions)