Uses of Class
com.atlassian.bamboo.specs.model.task.CheckoutItemProperties
-
Packages that use CheckoutItemProperties 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.codegen.emitters.task Various implementations ofCodeEmitterwhich are used for convertingTaskPropertiesmodel into Java.com.atlassian.bamboo.specs.model.task 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 Modifier and Type Method Description protected CheckoutItemPropertiesCheckoutItem. build() -
Uses of CheckoutItemProperties in com.atlassian.bamboo.specs.codegen.emitters.task
Methods in com.atlassian.bamboo.specs.codegen.emitters.task with parameters of type CheckoutItemProperties Modifier and Type Method Description @NotNull java.lang.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 CheckoutItemProperties Modifier and Type Method Description static CheckoutItemPropertiesCheckoutItemProperties. forDefaultRepository()Methods in com.atlassian.bamboo.specs.model.task that return types with arguments of type CheckoutItemProperties Modifier and Type Method Description java.util.List<CheckoutItemProperties>VcsCheckoutTaskProperties. getCheckoutItems()Constructor parameters in com.atlassian.bamboo.specs.model.task with type arguments of type CheckoutItemProperties Constructor Description VcsCheckoutTaskProperties(java.lang.String description, boolean isEnabled, java.util.List<CheckoutItemProperties> checkoutItems, boolean cleanCheckout, @NotNull java.util.List<RequirementProperties> requirements, @NotNull java.util.List<? extends ConditionProperties> conditions)
-