public class VcsShowConfirmationOptionImpl extends VcsAbstractSetting implements VcsShowConfirmationOption
VcsShowConfirmationOption.ValuemyDisplayNameSTATIC_SHOW_CONFIRMATION| Constructor and Description |
|---|
VcsShowConfirmationOptionImpl(java.lang.String displayName) |
VcsShowConfirmationOptionImpl(java.lang.String displayName,
java.lang.String caption,
java.lang.String doNothingCaption,
java.lang.String showConfirmationCaption,
java.lang.String doActionSilentlyCaption)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
VcsShowConfirmationOption.Value |
getValue() |
boolean |
isPersistent() |
void |
setValue(VcsShowConfirmationOption.Value value) |
addApplicableVcs, getApplicableVcses, getDisplayName, isApplicableToclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfirmationOptionText@Deprecated
public VcsShowConfirmationOptionImpl(java.lang.String displayName,
java.lang.String caption,
java.lang.String doNothingCaption,
java.lang.String showConfirmationCaption,
java.lang.String doActionSilentlyCaption)
VcsShowConfirmationOptionImpl(String)public VcsShowConfirmationOptionImpl(java.lang.String displayName)
public VcsShowConfirmationOption.Value getValue()
getValue in interface VcsShowConfirmationOptionpublic void setValue(VcsShowConfirmationOption.Value value)
setValue in interface VcsShowConfirmationOptionpublic boolean isPersistent()
isPersistent in interface VcsShowConfirmationOption