class GitPlugin extends java.lang.Object
The SEU-as-Code Git plugin. Registers the git extension and creates init and clone tasks for all defined repos.
| Type | Name and description |
|---|---|
void |
apply(org.gradle.api.Project project) |
void |
configureGitTasks(org.gradle.api.Project project, org.gradle.api.NamedDomainObjectContainer<GitRepository> repositories)Configures all Git tasks for the given project and Git repository container. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The extension name for the Git repository configuration.
Configures all Git tasks for the given project and Git repository container.
project - the projectrepositories - a name repository container