- getAllArgs() - Method in GitBranch
-
- getAllArgs() - Method in GitClone
-
- getAllArgs() - Method in GitDeleteBranch
-
- getAllArgs() - Method in GitFetchPR
-
- getAllArgs() - Method in GitTag
-
- getAllArgs() - Method in GitTask
-
Assemble all the arguments for the git command.
- getArgs() - Method in GitTask
-
The arguments for the git command.
- getBranch() - Method in GitBranch
-
- getBranch() - Method in GitClone
-
- getBranch() - Method in SimpleGitPluginExtension
-
The default branch to use if the branch was not specified.
- getCommand() - Method in GitTask
-
The git command to execute.
- getDirectory() - Method in GitTask
-
- getDirectory() - Method in SimpleGitPluginExtension
-
The default directory to use if the directory was not specified.
- getExecutor() - Method in GitTask
-
Build and instance of GitExecutor.
- getForce() - Method in GitDeleteBranch
-
- getForceDirectory() - Method in GitTask
-
Force the execute the git command inside a directory.
- getNoop() - Method in SimpleGitPluginExtension
-
It is like verbose but don't execute the git command.
- getOptions() - Method in GitTask
-
The options added before the git command.
- getPattern(java.lang.Long, java.lang.String) - Method in GitFetchPR.EnumRepoTypePattern
-
- getPullRequest() - Method in GitFetchPR
-
The pull request ID to be fetched.
- getPullRequestPattern() - Method in SimpleGitPluginExtension
-
The pull request to pattern to use if default repo type doesn't support it.
- getRemote() - Method in GitFetchPR
-
The remote from where to fetch the pull request ID.
- getRemote() - Method in SimpleGitPluginExtension
-
The default remote to use if the remote was not specified.
- getRepository() - Method in GitClone
-
- getRepoType() - Method in SimpleGitPluginExtension
-
The repository type that controls how the command parameters are processed.
- getVerbose() - Method in SimpleGitPluginExtension
-
Displays more information.
- getZargs() - Method in GitTask
-
- GitBranch - Class in xyz.ronella.gradle.plugin.simple.git.task
A convenience git task for branch command.
- GitBranch() - Constructor in GitBranch
-
- GitCheckout - Class in xyz.ronella.gradle.plugin.simple.git.task
A convenience git task for checkout command.
- GitCheckout() - Constructor in GitCheckout
-
- GitClone - Class in xyz.ronella.gradle.plugin.simple.git.task
A convenience git task for branch clone.
- GitClone() - Constructor in GitClone
-
- GitDeleteBranch - Class in xyz.ronella.gradle.plugin.simple.git.task
A convenience git task for branch command for deletion.
- GitDeleteBranch() - Constructor in GitDeleteBranch
-
- GitFetchPR - Class in xyz.ronella.gradle.plugin.simple.git.task
A convenience git task for fetching a pull request.
- GitFetchPR.EnumRepoTypePattern - Enum in xyz.ronella.gradle.plugin.simple.git.task
The collection of pull request pattern per repository.
- GitFetchPR() - Constructor in GitFetchPR
-
- GITHUB - Field in GitFetchPR.EnumRepoTypePattern
-
- GitPull - Class in xyz.ronella.gradle.plugin.simple.git.task
A convenience git task for pull command.
- GitPull() - Constructor in GitPull
-
- GitStatus - Class in xyz.ronella.gradle.plugin.simple.git.task
A convenience git task for status command.
- GitStatus() - Constructor in GitStatus
-
- GitTag - Class in xyz.ronella.gradle.plugin.simple.git.task
A convenience git task for tag command.
- GitTag() - Constructor in GitTag
-
- GitTask - Class in xyz.ronella.gradle.plugin.simple.git.task
The git task that can execute any git command that you can do in console.
- GitTask() - Constructor in GitTask
-
- GitVersion - Class in xyz.ronella.gradle.plugin.simple.git.task
A convenience git task for knowing the git version.
- GitVersion() - Constructor in GitVersion
-