public static enum IBinaryCapability.OpenShiftBinaryOption extends Enum<IBinaryCapability.OpenShiftBinaryOption>
oc command.| Enum Constant and Description |
|---|
DELETE
option to delete delete extraneous files from destination directories
|
EXCLUDE_GIT_FOLDER
option to exclude the
.git folder in the list of files/folders to synchronize. |
NO_PERMS
option to not transfer file permissions.
|
SKIP_TLS_VERIFY
option to skip verifying the certificates during TLS connection establishment.
|
| Modifier and Type | Method and Description |
|---|---|
static IBinaryCapability.OpenShiftBinaryOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IBinaryCapability.OpenShiftBinaryOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IBinaryCapability.OpenShiftBinaryOption SKIP_TLS_VERIFY
public static final IBinaryCapability.OpenShiftBinaryOption EXCLUDE_GIT_FOLDER
.git folder in the list of files/folders to synchronize.public static final IBinaryCapability.OpenShiftBinaryOption NO_PERMS
public static final IBinaryCapability.OpenShiftBinaryOption DELETE
public static IBinaryCapability.OpenShiftBinaryOption[] values()
for (IBinaryCapability.OpenShiftBinaryOption c : IBinaryCapability.OpenShiftBinaryOption.values()) System.out.println(c);
public static IBinaryCapability.OpenShiftBinaryOption valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018 Red Hat, Inc. All Rights Reserved.