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