| Package | Description |
|---|---|
| org.fuin.devsupwiz.tasks.gitsetup |
| Modifier and Type | Method and Description |
|---|---|
GitProvider |
SetupGitSshTask.getProvider()
Returns the provider.
|
static GitProvider |
GitProvider.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GitProvider[] |
GitProvider.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SetupGitSshTask.setProvider(@NotNull GitProvider provider)
Sets the provider.
|
| Constructor and Description |
|---|
SetupGitSshTask(@NotEmpty java.lang.String id,
@NotEmpty java.lang.String name,
@NotEmpty java.lang.String password,
@NotNull GitProvider provider,
@NotEmpty java.lang.String host,
boolean postPublicKey)
Constructor for tests.
|
SetupGitSshTask(@NotEmpty java.lang.String id,
@NotEmpty java.lang.String name,
@NotEmpty java.lang.String password,
@NotNull GitProvider provider,
@NotEmpty java.lang.String host,
@NotNull java.io.File sshDir,
boolean postPublicKey)
Constructor for tests.
|
Copyright © 2018 fuin.org (Germany). All Rights Reserved.