Class VcsPushTask
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<P>
-
- com.atlassian.bamboo.specs.api.builders.task.Task<T,E>
-
- com.atlassian.bamboo.specs.builders.task.BaseVcsTask<VcsPushTask,VcsPushTaskProperties>
-
- com.atlassian.bamboo.specs.builders.task.VcsPushTask
-
public class VcsPushTask extends BaseVcsTask<VcsPushTask,VcsPushTaskProperties>
This task will push commits created locally by other tasks to the remote repository. Only DVCS repositories (which distinguish between local and remote commits) can be selected for this task.
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.specs.builders.task.BaseVcsTask
defaultRepository, repository, workingSubdirectory
-
Fields inherited from class com.atlassian.bamboo.specs.api.builders.task.Task
conditions, description, requirements, taskEnabled
-
-
Constructor Summary
Constructors Constructor Description VcsPushTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected @NotNull VcsPushTaskPropertiesbuild()booleanequals(java.lang.Object o)inthashCode()-
Methods inherited from class com.atlassian.bamboo.specs.builders.task.BaseVcsTask
defaultRepository, repository, repository, workingSubdirectory
-
Methods inherited from class com.atlassian.bamboo.specs.api.builders.task.Task
conditions, description, enabled, requirements, toString
-
-
-
-
Method Detail
-
build
@NotNull protected @NotNull VcsPushTaskProperties build()
- Specified by:
buildin classTask<VcsPushTask,VcsPushTaskProperties>
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classBaseVcsTask<VcsPushTask,VcsPushTaskProperties>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseVcsTask<VcsPushTask,VcsPushTaskProperties>
-
-