Class VcsPushTaskProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.task.TaskProperties
com.atlassian.bamboo.specs.model.task.BaseVcsTaskProperties
com.atlassian.bamboo.specs.model.task.VcsPushTaskProperties
- All Implemented Interfaces:
EntityProperties
-
Constructor Summary
ConstructorsConstructorDescriptionVcsPushTaskProperties
(@Nullable String description, boolean enabled, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions, boolean defaultRepository, @Nullable VcsRepositoryIdentifierProperties repository, @Nullable String workingSubdirectory) -
Method Summary
Modifier and TypeMethodDescription@NotNull AtlassianModuleProperties
protected @NotNull ValidationContext
Methods inherited from class com.atlassian.bamboo.specs.model.task.BaseVcsTaskProperties
equals, getRepository, getWorkingSubdirectory, hashCode, isDefaultRepository, validate
Methods inherited from class com.atlassian.bamboo.specs.api.model.task.TaskProperties
applicableTo, getConditions, getDescription, getRequirements, isEnabled, toString
-
Constructor Details
-
VcsPushTaskProperties
public VcsPushTaskProperties(@Nullable @Nullable String description, boolean enabled, @NotNull @NotNull List<RequirementProperties> requirements, @NotNull @NotNull List<? extends ConditionProperties> conditions, boolean defaultRepository, @Nullable @Nullable VcsRepositoryIdentifierProperties repository, @Nullable @Nullable String workingSubdirectory)
-
-
Method Details
-
getAtlassianPlugin
- Specified by:
getAtlassianPlugin
in classTaskProperties
-
getValidationContext
- Specified by:
getValidationContext
in classBaseVcsTaskProperties
-