| Class | Description |
|---|---|
| AbstractGitTask | Base class for all concrete Git tasks. |
| GitCloneTask | The task implementation to perform a Git clone. |
| GitCommitTask | The task implementation to perform a Git commit. |
| GitInitTask | The task implementation to perform a Git init. |
| GitPlugin | The SEU-as-Code Git plugin. |
| GitPullTask | The task implementation to perform a Git pull operation. |
| 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. |