Class CustomProfileSettings
java.lang.Object
hudson.model.AbstractDescribableImpl<CustomProfileSettings>
io.jenkins.plugins.smart_retry.config.CustomProfileSettings
- All Implemented Interfaces:
Describable<CustomProfileSettings>,Serializable
public final class CustomProfileSettings
extends AbstractDescribableImpl<CustomProfileSettings>
implements Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanbooleanmatchesName(String profileName) static StringnormalizeName(String value) voidvoidsetRetryableFailureTypes(String retryableFailureTypes) voidsetRetryableFailureTypeSelections(List<String> retryableFailureTypeSelections) static List<FailureType> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.model.Describable
getDescriptor
-
Constructor Details
-
CustomProfileSettings
@DataBoundConstructor public CustomProfileSettings()
-
-
Method Details
-
getName
-
setName
-
getRetryableFailureTypes
-
setRetryableFailureTypes
-
getRetryableFailureTypeSet
-
getRetryableFailureTypeSelections
-
setRetryableFailureTypeSelections
-
includesRetryableFailureType
-
matchesName
-
supportedRetryableFailureTypes
-
normalizeName
-