abstract class GitFetchPR extends GitTask
A convenience git task for fetching a pull request.
| Modifiers | Name | Description |
|---|---|---|
static enum |
GitFetchPR.EnumRepoTypePattern |
The collection of pull request pattern per repository. |
| Constructor and description |
|---|
GitFetchPR
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
ListProperty<java.lang.String> |
getAllArgs() |
|
abstract Property<java.lang.Integer> |
getPullRequest()The pull request ID to be fetched. |
|
abstract Property<java.lang.String> |
getRemote()The remote from where to fetch the pull request ID. |
|
java.lang.Object |
initialization() |
| Methods inherited from class | Name |
|---|---|
class GitTask |
directoryIsEmpty, executeCommand, getAllArgs, getArgs, getCommand, getDirectory, getExecutor, getForceDirectory, getOptions, getZargs, initialization |
The pull request ID to be fetched.
The remote from where to fetch the pull request ID.