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 AtlassianModulePropertiesprotected @NotNull ValidationContextMethods inherited from class com.atlassian.bamboo.specs.model.task.BaseVcsTaskProperties
equals, getRepository, getWorkingSubdirectory, hashCode, isDefaultRepository, validateMethods 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:
getAtlassianPluginin classTaskProperties
-
getValidationContext
- Specified by:
getValidationContextin classBaseVcsTaskProperties
-