abstract class GitDeleteBranch extends GitBranch
A convenience git task for branch command for deletion.
| Constructor and description |
|---|
GitDeleteBranch
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
ListProperty<java.lang.String> |
getAllArgs() |
|
abstract Property<java.lang.Boolean> |
getForce() |
|
java.lang.Object |
initialization() |
| Methods inherited from class | Name |
|---|---|
class GitBranch |
getAllArgs, getBranch, initialization |
class GitTask |
directoryIsEmpty, executeCommand, getAllArgs, getArgs, getCommand, getDirectory, getExecutor, getForceDirectory, getOptions, getZargs, initialization |