| Class |
Description |
|
AbstractGitTask
|
Base class for all concrete Git tasks. |
|
GitCloneOptions
|
Simple data class to model additional options for the GitCloneTask. |
|
GitCloneTask
|
The task implementation to perform a Git clone. |
|
GitCommitOptions
|
Simple data class to model additional options for the GitCommitTask. |
|
GitCommitTask
|
The task implementation to perform a Git commit. |
|
GitInitTask
|
The task implementation to perform a Git init. |
|
GitOptions
|
The options configuration class for the different Git commands the plugin supports.
|
|
GitPlugin
|
The SEU-as-code Git plugin. |
|
GitPullOptions
|
Simple data class to model additional options for the GitPullTask. |
|
GitPullTask
|
The task implementation to perform a Git pull operation. |
|
GitPushOptions
|
Simple data class to model additional options for the GitPushTask. |
|
GitPushTask
|
The task implementation to perform a Git push operation. |
|
GitRepository
|
The GitRepository class is the value holder object for named Git domain objects. |
|
GitStatusTask
|
The task implementation to perform a Git status operation. |
|
GitUser
|
A holder class for personal information about the author and committer. |