public class GitStatusPlugin
extends java.lang.Object
implements org.gradle.api.Plugin<org.gradle.api.Project>
GitStatusPlugin.GitStatus to the root project.
The extension contains information about the working copy.| Modifier and Type | Class and Description |
|---|---|
static class |
GitStatusPlugin.GitStatus
The Git status of the working copy
|
| Constructor and Description |
|---|
GitStatusPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(org.gradle.api.Project project) |
GitStatusPlugin.GitStatus |
getGitStatus() |
public void apply(org.gradle.api.Project project)
apply in interface org.gradle.api.Plugin<org.gradle.api.Project>public GitStatusPlugin.GitStatus getGitStatus()