The task implementation to perform a Git clone.
| Fields inherited from class | Fields |
|---|---|
class AbstractGitTask |
gitTimeout |
| Type | Name and description |
|---|---|
java.lang.String |
branch |
boolean |
cloneAllBranches |
boolean |
cloneSubmodules |
boolean |
noCheckout |
boolean |
singleBranch |
java.lang.String |
url |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
applyOptions(GitCloneOptions options)Apply the task specific options to this instance. |
|
java.lang.Object |
doClone() |
| Methods inherited from class | Name |
|---|---|
class AbstractGitTask |
always, createCredentialsProvider, withExceptionHandling |
Apply the task specific options to this instance.
options - the task options