The task implementation to perform a Git pull operation.
| Fields inherited from class | Fields |
|---|---|
class AbstractGitTask |
gitTimeout |
| Type | Name and description |
|---|---|
boolean |
rebase |
java.lang.String |
remote |
GitPullOptions.MergeStrategy |
strategy |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
applyOptions(GitPullOptions options)Apply the task specific options to this instance. |
|
java.lang.Object |
doPull() |
| Methods inherited from class | Name |
|---|---|
class AbstractGitTask |
always, createCredentialsProvider, withExceptionHandling |
Apply the task specific options to this instance.
options - the task options