The options configuration class for the different Git commands the plugin supports. This allows to set additional command specific configuration options.
| Type | Name and description |
|---|---|
GitCloneOptions |
clone |
GitCommitOptions |
commit |
GitPullOptions |
pull |
GitPushOptions |
push |
| Type | Name and description |
|---|---|
void |
clone(groovy.lang.Closure closure)Apply the closure to the GitCloneOptions. |
void |
commit(groovy.lang.Closure closure)Apply the closure to the GitCommitOptions. |
void |
pull(groovy.lang.Closure closure)Apply the closure to the GitPullOptions. |
void |
push(groovy.lang.Closure closure)Apply the closure to the GitPushOptions. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Apply the closure to the GitCloneOptions.
closure - the configuration closureApply the closure to the GitCommitOptions.
closure - the configuration closureApply the closure to the GitPullOptions.
closure - the configuration closureApply the closure to the GitPushOptions.
closure - the configuration closure