| Package | Description |
|---|---|
| org.fuin.devsupwiz.tasks.gitsetup |
| Modifier and Type | Method and Description |
|---|---|
PushDefault |
CreateGitConfigTask.getPushDefault()
Returns the push default.
|
static PushDefault |
PushDefault.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PushDefault[] |
PushDefault.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateGitConfigTask.setPushDefault(@NotNull PushDefault pushDefault)
Sets the push default.
|
| Constructor and Description |
|---|
CreateGitConfigTask(@NotEmpty java.lang.String id,
@NotEmpty java.lang.String name,
@NotEmpty java.lang.String email,
@NotNull PushDefault pushDefault)
Constructor for tests.
|
CreateGitConfigTask(@NotEmpty java.lang.String id,
@NotEmpty java.lang.String name,
@NotEmpty java.lang.String email,
@NotNull PushDefault pushDefault,
@NotNull java.io.File configFile)
Constructor for tests.
|
Copyright © 2018 fuin.org (Germany). All Rights Reserved.