Class GitIgnoreModule
- java.lang.Object
-
- com.github.gregwhitaker.gitignore.GitIgnoreModule
-
public class GitIgnoreModule extends java.lang.ObjectLoads tasks and configuration for GitIgnore plugin.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCREATE_GITIGNORE_TASK_NAMEstatic java.lang.StringDELETE_GITIGNORE_TASK_NAMEstatic java.lang.StringLIST_GITIGNORE_FACETS_TASK_NAMEstatic java.lang.StringPRINT_GITIGNORE_TASK_NAME
-
Constructor Summary
Constructors Constructor Description GitIgnoreModule()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidload(org.gradle.api.Project project)Loads and configures all tasks in the GitIgnore group.
-
-
-
Field Detail
-
CREATE_GITIGNORE_TASK_NAME
public static final java.lang.String CREATE_GITIGNORE_TASK_NAME
- See Also:
- Constant Field Values
-
DELETE_GITIGNORE_TASK_NAME
public static final java.lang.String DELETE_GITIGNORE_TASK_NAME
- See Also:
- Constant Field Values
-
PRINT_GITIGNORE_TASK_NAME
public static final java.lang.String PRINT_GITIGNORE_TASK_NAME
- See Also:
- Constant Field Values
-
LIST_GITIGNORE_FACETS_TASK_NAME
public static final java.lang.String LIST_GITIGNORE_FACETS_TASK_NAME
- See Also:
- Constant Field Values
-
-