|
Groovy Documentation | |||||||
PREV NEXT | FRAMES NO FRAMES |
Class Summary | |
---|---|
GitAdd | Task to add files to a Git repository's staging area. |
GitBase | Base task for all Git commands that are executed on an existing repository. |
GitBranchCreate | Creates a new branch in a Git repository. |
GitBranchList | Lists branches in a Git repository. |
GitBranchTrackingStatus | Gets the remote tracking status of branche. |
GitCheckout | Task to checkout files and refs |
GitClean | Task to clean the working tree of a local Git repository. |
GitClone | Task to clone a Git repository. |
GitCommit | Task to commit changes to a Git repository. |
GitFetch | Task to fetch named heads or tags from one or more other repositories, along with the objects necessary to complete them. |
GitLog | Task to get the commit log of a local Git repository. |
GitMerge | Task to join two or more development histories together. |
GitPull | Task to incorporate changes from a remote repository into the current branch of a local Git repository. |
GitPush | Task to push changes to a remote repository. |
GitReset | Task to reset the current HEAD of a local Git repository to the specified state. |
GitSource | Base class for Git commands that act upon source files within the repository. |
GitStatus | Gets the status of all files in the repository. |
GitTag | Task to tag a commit in a Git repository. |
Enum Summary | |
---|---|
GitBranchCreate.Mode | Tracking mode for branches. |
GitBranchList.BranchType |
Groovy Documentation