Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addAttempt(AttemptRecord) - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- AGENT_LOST - Enum constant in enum class io.jenkins.plugins.smart_retry.model.FailureType
- ARTIFACT_REPO_TRANSIENT - Enum constant in enum class io.jenkins.plugins.smart_retry.model.FailureType
- AttemptRecord - Class in io.jenkins.plugins.smart_retry.model
- AttemptRecord(int, FailureType, String, boolean, long, String) - Constructor for class io.jenkins.plugins.smart_retry.model.AttemptRecord
B
- BACKOFF_EXPONENTIAL - Static variable in class io.jenkins.plugins.smart_retry.policy.BuiltInProfiles
- BACKOFF_FIXED - Static variable in class io.jenkins.plugins.smart_retry.policy.BuiltInProfiles
- BackoffStrategy - Enum Class in io.jenkins.plugins.smart_retry.policy
- BuiltInProfiles - Class in io.jenkins.plugins.smart_retry.policy
C
- classify(Throwable, String) - Method in class io.jenkins.plugins.smart_retry.classify.DeterministicFailureClassifier
- classify(Throwable, String) - Method in interface io.jenkins.plugins.smart_retry.classify.FailureClassifier
- COMPILATION_FAILURE - Enum constant in enum class io.jenkins.plugins.smart_retry.model.FailureType
- compiledPattern() - Method in class io.jenkins.plugins.smart_retry.config.CustomClassificationRule
- configure(StaplerRequest2, JSONObject) - Method in class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- conservative() - Static method in class io.jenkins.plugins.smart_retry.policy.BuiltInProfiles
- CustomClassificationRule - Class in io.jenkins.plugins.smart_retry.config
- CustomClassificationRule() - Constructor for class io.jenkins.plugins.smart_retry.config.CustomClassificationRule
- CustomClassificationRule.DescriptorImpl - Class in io.jenkins.plugins.smart_retry.config
- CustomProfileSettings - Class in io.jenkins.plugins.smart_retry.config
- CustomProfileSettings() - Constructor for class io.jenkins.plugins.smart_retry.config.CustomProfileSettings
- CustomProfileSettings.DescriptorImpl - Class in io.jenkins.plugins.smart_retry.config
- CustomRuleDoc(String, String, String, String, boolean, String) - Constructor for class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.CustomRuleDoc
- customRules() - Static method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog
D
- decide(FailureClassification, RuntimeSettings, int) - Method in class io.jenkins.plugins.smart_retry.policy.DeterministicRetryPolicy
- decide(FailureClassification, RuntimeSettings, int) - Method in interface io.jenkins.plugins.smart_retry.policy.RetryPolicy
- DEFAULT_BACKOFF - Static variable in class io.jenkins.plugins.smart_retry.policy.BuiltInProfiles
- DEFAULT_INITIAL_DELAY_SECONDS - Static variable in class io.jenkins.plugins.smart_retry.policy.BuiltInProfiles
- DEFAULT_MAX_RETRIES - Static variable in class io.jenkins.plugins.smart_retry.policy.BuiltInProfiles
- defaultsFor(String) - Static method in class io.jenkins.plugins.smart_retry.policy.BuiltInProfiles
- DEPLOYMENT_FAILURE - Enum constant in enum class io.jenkins.plugins.smart_retry.model.FailureType
- describeFailureType(FailureType) - Method in class io.jenkins.plugins.smart_retry.config.CustomClassificationRule.DescriptorImpl
- describeRetryableFailureType(FailureType) - Method in class io.jenkins.plugins.smart_retry.config.CustomProfileSettings.DescriptorImpl
- DescriptorImpl() - Constructor for class io.jenkins.plugins.smart_retry.config.CustomClassificationRule.DescriptorImpl
- DescriptorImpl() - Constructor for class io.jenkins.plugins.smart_retry.config.CustomProfileSettings.DescriptorImpl
- DescriptorImpl() - Constructor for class io.jenkins.plugins.smart_retry.step.SmartRetryStep.DescriptorImpl
- DeterministicFailureClassifier - Class in io.jenkins.plugins.smart_retry.classify
-
MVP classifier: deterministic, conservative, and explainable.
- DeterministicFailureClassifier() - Constructor for class io.jenkins.plugins.smart_retry.classify.DeterministicFailureClassifier
- DeterministicFailureClassifier(Set<String>) - Constructor for class io.jenkins.plugins.smart_retry.classify.DeterministicFailureClassifier
- DeterministicFailureClassifier(Set<String>, List<CustomClassificationRule>) - Constructor for class io.jenkins.plugins.smart_retry.classify.DeterministicFailureClassifier
- DeterministicRetryPolicy - Class in io.jenkins.plugins.smart_retry.policy
- DeterministicRetryPolicy() - Constructor for class io.jenkins.plugins.smart_retry.policy.DeterministicRetryPolicy
- doCheckConsoleContextLines(String) - Method in class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- doCheckCustomClassificationRules(String) - Method in class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- doCheckDefaultProfile(String) - Method in class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- doCheckDisabledBuiltInRules(String) - Method in class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- doCheckFailureType(String) - Method in class io.jenkins.plugins.smart_retry.config.CustomClassificationRule.DescriptorImpl
- doCheckInitialDelaySeconds(String) - Method in class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- doCheckInitialDelaySeconds(String) - Method in class io.jenkins.plugins.smart_retry.step.SmartRetryStep.DescriptorImpl
- doCheckMaxRetries(String) - Method in class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- doCheckMaxRetries(String) - Method in class io.jenkins.plugins.smart_retry.step.SmartRetryStep.DescriptorImpl
- doCheckName(String) - Method in class io.jenkins.plugins.smart_retry.config.CustomClassificationRule.DescriptorImpl
- doCheckName(String) - Method in class io.jenkins.plugins.smart_retry.config.CustomProfileSettings.DescriptorImpl
- doCheckNameSuffix(String) - Method in class io.jenkins.plugins.smart_retry.config.CustomClassificationRule.DescriptorImpl
- doCheckPattern(String) - Method in class io.jenkins.plugins.smart_retry.config.CustomClassificationRule.DescriptorImpl
- doCheckProfile(String) - Method in class io.jenkins.plugins.smart_retry.step.SmartRetryStep.DescriptorImpl
- doFillBackoffItems() - Method in class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- doFillBackoffItems() - Method in class io.jenkins.plugins.smart_retry.step.SmartRetryStep.DescriptorImpl
- doFillDefaultProfileItems() - Method in class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- doFillFailureTypeItems() - Method in class io.jenkins.plugins.smart_retry.config.CustomClassificationRule.DescriptorImpl
- doFillProfileItems() - Method in class io.jenkins.plugins.smart_retry.step.SmartRetryStep.DescriptorImpl
- doNotRetry(FailureType, String) - Static method in class io.jenkins.plugins.smart_retry.model.RetryDecision
E
- EXPONENTIAL - Enum constant in enum class io.jenkins.plugins.smart_retry.policy.BackoffStrategy
F
- FailureClassification - Class in io.jenkins.plugins.smart_retry.model
- FailureClassification(FailureType, String, String, boolean) - Constructor for class io.jenkins.plugins.smart_retry.model.FailureClassification
- FailureClassifier - Interface in io.jenkins.plugins.smart_retry.classify
- FailureType - Enum Class in io.jenkins.plugins.smart_retry.model
- FailureTypeDoc(String, String, String, String, String, String, String, String) - Constructor for class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.FailureTypeDoc
- failureTypes() - Static method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog
- FIXED - Enum constant in enum class io.jenkins.plugins.smart_retry.policy.BackoffStrategy
G
- get() - Static method in class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- getAnchorId() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.CustomRuleDoc
- getAnchorId() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.FailureTypeDoc
- getAnchorId() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.MatchedRuleDoc
- getAnchorId() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.MatchedRuleGroup
- getAttemptNumber() - Method in class io.jenkins.plugins.smart_retry.model.AttemptRecord
- getAttempts() - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- getAttemptsCount() - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- getBackoff() - Method in class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- getBackoff() - Method in class io.jenkins.plugins.smart_retry.policy.RuntimeSettings
- getBackoff() - Method in class io.jenkins.plugins.smart_retry.step.SmartRetryStep
- getConservativeBadge() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.FailureTypeDoc
- getConservativeBehavior() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.FailureTypeDoc
- getConsoleContextLines() - Method in class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- getCurrentImplementation() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.FailureTypeDoc
- getCustomBadge() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.FailureTypeDoc
- getCustomBehavior() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.FailureTypeDoc
- getCustomClassificationRules() - Method in class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- getCustomProfiles() - Method in class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- getCustomRules() - Method in class io.jenkins.plugins.smart_retry.docs.SmartRetryDocsRootAction
- getDefaultBehavior() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.MatchedRuleDoc
- getDefaultBehaviorBadge() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.MatchedRuleDoc
- getDefaultProfile() - Method in class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- getDelayDisplay() - Method in class io.jenkins.plugins.smart_retry.model.AttemptRecord
- getDelayMillis() - Method in class io.jenkins.plugins.smart_retry.model.AttemptRecord
- getDelayMillis() - Method in class io.jenkins.plugins.smart_retry.model.RetryDecision
- getDescription() - Method in class io.jenkins.plugins.smart_retry.config.CustomClassificationRule
- getDescription() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.CustomRuleDoc
- getDisableable() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.MatchedRuleDoc
- getDisableableBadge() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.MatchedRuleDoc
- getDisabledBuiltInRuleIds() - Method in class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- getDisabledBuiltInRules() - Method in class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- getDisplayName() - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- getDisplayName() - Method in class io.jenkins.plugins.smart_retry.docs.SmartRetryDocsRootAction
- getDisplayName() - Method in class io.jenkins.plugins.smart_retry.step.SmartRetryStep.DescriptorImpl
- getFailureType() - Method in class io.jenkins.plugins.smart_retry.config.CustomClassificationRule
- getFailureType() - Method in class io.jenkins.plugins.smart_retry.model.AttemptRecord
- getFailureType() - Method in class io.jenkins.plugins.smart_retry.model.RetryDecision
- getFailureTypeAnchorId() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.MatchedRuleDoc
- getFailureTypeAnchorId() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.MatchedRuleGroup
- getFailureTypeDetailsDocumentationAnchor() - Method in class io.jenkins.plugins.smart_retry.model.AttemptRecord
- getFailureTypeDocumentationAnchor() - Method in class io.jenkins.plugins.smart_retry.model.AttemptRecord
- getFailureTypeName() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.CustomRuleDoc
- getFailureTypeName() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.MatchedRuleDoc
- getFailureTypeName() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.MatchedRuleGroup
- getFailureTypeNames() - Method in class io.jenkins.plugins.smart_retry.docs.SmartRetryDocsRootAction
- getFailureTypes() - Method in class io.jenkins.plugins.smart_retry.docs.SmartRetryDocsRootAction
- getFinalOutcome() - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- getFinalOutcomeBadge() - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- getFinalOutcomeDisplay() - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- getFunctionName() - Method in class io.jenkins.plugins.smart_retry.step.SmartRetryStep.DescriptorImpl
- getIconFileName() - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- getIconFileName() - Method in class io.jenkins.plugins.smart_retry.docs.SmartRetryDocsRootAction
- getInfraBadge() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.FailureTypeDoc
- getInfraBehavior() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.FailureTypeDoc
- getInitialDelaySeconds() - Method in class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- getInitialDelaySeconds() - Method in class io.jenkins.plugins.smart_retry.policy.RuntimeSettings
- getInitialDelaySeconds() - Method in class io.jenkins.plugins.smart_retry.step.SmartRetryStep
- getLastRetryTriggeringFailureTypeDisplay() - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- getLastRetryTriggeringFailureTypeDocsUrl() - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- getLastRetryTriggeringMatchedRuleDisplay() - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- getLastRetryTriggeringMatchedRuleDocsUrl() - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- getMatchedRule() - Method in class io.jenkins.plugins.smart_retry.model.AttemptRecord
- getMatchedRule() - Method in class io.jenkins.plugins.smart_retry.model.FailureClassification
- getMatchedRuleDisplay() - Method in class io.jenkins.plugins.smart_retry.model.AttemptRecord
- getMatchedRuleDocumentationAnchor() - Method in class io.jenkins.plugins.smart_retry.model.AttemptRecord
- getMatchedRuleGroupAnchorId() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.FailureTypeDoc
- getMatchedRuleGroups() - Method in class io.jenkins.plugins.smart_retry.docs.SmartRetryDocsRootAction
- getMatchedRules() - Method in class io.jenkins.plugins.smart_retry.docs.SmartRetryDocsRootAction
- getMaxRetries() - Method in class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- getMaxRetries() - Method in class io.jenkins.plugins.smart_retry.policy.RuntimeSettings
- getMaxRetries() - Method in class io.jenkins.plugins.smart_retry.step.SmartRetryStep
- getMeaning() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.FailureTypeDoc
- getName() - Method in class io.jenkins.plugins.smart_retry.config.CustomClassificationRule
- getName() - Method in class io.jenkins.plugins.smart_retry.config.CustomProfileSettings
- getName() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.CustomRuleDoc
- getName() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.FailureTypeDoc
- getName() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.MatchedRuleDoc
- getNameSuffix() - Method in class io.jenkins.plugins.smart_retry.config.CustomClassificationRule
- getNarrativeReason() - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- getNarrativeSummary() - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- getNextAttemptNumber() - Method in class io.jenkins.plugins.smart_retry.model.RetryDecision
- getOrCreate(Run<?, ?>) - Static method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- getOutcome() - Method in class io.jenkins.plugins.smart_retry.model.AttemptRecord
- getOutcomeBadge() - Method in class io.jenkins.plugins.smart_retry.model.AttemptRecord
- getOutcomeDisplay() - Method in class io.jenkins.plugins.smart_retry.model.AttemptRecord
- getPattern() - Method in class io.jenkins.plugins.smart_retry.config.CustomClassificationRule
- getPattern() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.CustomRuleDoc
- getProfile() - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- getProfile() - Method in class io.jenkins.plugins.smart_retry.policy.RuntimeSettings
- getProfile() - Method in class io.jenkins.plugins.smart_retry.step.SmartRetryStep
- getProfileBadge() - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- getProfileSettings(String) - Method in class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- getRationale() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.FailureTypeDoc
- getRationale() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.MatchedRuleDoc
- getReason() - Method in class io.jenkins.plugins.smart_retry.model.RetryDecision
- getRequiredContext() - Method in class io.jenkins.plugins.smart_retry.step.SmartRetryStep.DescriptorImpl
- getRetriesScheduledBadge() - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- getRetryableFailureTypes() - Method in class io.jenkins.plugins.smart_retry.config.CustomProfileSettings
- getRetryableFailureTypes() - Method in class io.jenkins.plugins.smart_retry.policy.RuntimeSettings
- getRetryableFailureTypeSelections() - Method in class io.jenkins.plugins.smart_retry.config.CustomProfileSettings
- getRetryableFailureTypeSet() - Method in class io.jenkins.plugins.smart_retry.config.CustomProfileSettings
- getRetryDecisionBadge() - Method in class io.jenkins.plugins.smart_retry.model.AttemptRecord
- getRetryDecisionDisplay() - Method in class io.jenkins.plugins.smart_retry.model.AttemptRecord
- getRetryScheduledCount() - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- getRuleCount() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.MatchedRuleGroup
- getRules() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.MatchedRuleGroup
- getRun() - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- getSummary() - Method in class io.jenkins.plugins.smart_retry.model.FailureClassification
- getSummary() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.MatchedRuleGroup
- getSupportedFailureTypes() - Method in class io.jenkins.plugins.smart_retry.config.CustomClassificationRule.DescriptorImpl
- getSupportedRetryableFailureTypes() - Method in class io.jenkins.plugins.smart_retry.config.CustomProfileSettings.DescriptorImpl
- getTerminalFailureTypeDisplay() - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- getTerminalFailureTypeDocsUrl() - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- getTerminalMatchedRuleDisplay() - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- getTerminalMatchedRuleDocsUrl() - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- getTriggerHint() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.MatchedRuleDoc
- getTriggerKind() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.MatchedRuleDoc
- getTriggerPreview() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.MatchedRuleDoc
- getType() - Method in class io.jenkins.plugins.smart_retry.model.FailureClassification
- getUrlName() - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- getUrlName() - Method in class io.jenkins.plugins.smart_retry.docs.SmartRetryDocsRootAction
I
- IDENTITY_PROVIDER_TRANSIENT - Enum constant in enum class io.jenkins.plugins.smart_retry.model.FailureType
- includesRetryableFailureType(FailureType) - Method in class io.jenkins.plugins.smart_retry.config.CustomProfileSettings
- infra() - Static method in class io.jenkins.plugins.smart_retry.policy.BuiltInProfiles
- io.jenkins.plugins.smart_retry.action - package io.jenkins.plugins.smart_retry.action
- io.jenkins.plugins.smart_retry.classify - package io.jenkins.plugins.smart_retry.classify
- io.jenkins.plugins.smart_retry.config - package io.jenkins.plugins.smart_retry.config
- io.jenkins.plugins.smart_retry.docs - package io.jenkins.plugins.smart_retry.docs
- io.jenkins.plugins.smart_retry.model - package io.jenkins.plugins.smart_retry.model
- io.jenkins.plugins.smart_retry.policy - package io.jenkins.plugins.smart_retry.policy
- io.jenkins.plugins.smart_retry.step - package io.jenkins.plugins.smart_retry.step
- isBuiltInProfile(String) - Static method in class io.jenkins.plugins.smart_retry.policy.BuiltInProfiles
- isDefaultExpanded() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.FailureTypeDoc
- isDefaultExpanded() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.MatchedRuleGroup
- isEnabled() - Method in class io.jenkins.plugins.smart_retry.config.CustomClassificationRule
- isEnabled() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.CustomRuleDoc
- isHasAttempts() - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- isHasFinalOutcome() - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- isHasProfile() - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- isRecoveredBuild() - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- isRetried() - Method in class io.jenkins.plugins.smart_retry.model.AttemptRecord
- isRetryCandidate() - Method in class io.jenkins.plugins.smart_retry.model.FailureClassification
- isTriggerCode() - Method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.MatchedRuleDoc
M
- MatchedRuleDoc(String, String, String, String, String, String, String, String, String) - Constructor for class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.MatchedRuleDoc
- MatchedRuleGroup(String, String, String, String, List<SmartRetryReferenceCatalog.MatchedRuleDoc>) - Constructor for class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog.MatchedRuleGroup
- matchedRuleGroups() - Static method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog
- matchedRules() - Static method in class io.jenkins.plugins.smart_retry.model.SmartRetryReferenceCatalog
- matchesName(String) - Method in class io.jenkins.plugins.smart_retry.config.CustomClassificationRule
- matchesName(String) - Method in class io.jenkins.plugins.smart_retry.config.CustomProfileSettings
N
- NAME_PREFIX - Static variable in class io.jenkins.plugins.smart_retry.config.CustomClassificationRule
- NETWORK_TRANSIENT - Enum constant in enum class io.jenkins.plugins.smart_retry.model.FailureType
- nonRetryable(FailureType, String, String) - Static method in class io.jenkins.plugins.smart_retry.model.FailureClassification
- normalizeName(String) - Static method in class io.jenkins.plugins.smart_retry.config.CustomClassificationRule
- normalizeName(String) - Static method in class io.jenkins.plugins.smart_retry.config.CustomProfileSettings
- normalizePattern(String) - Static method in class io.jenkins.plugins.smart_retry.config.CustomClassificationRule
O
- onAttached(Run<?, ?>) - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- onLoad(Run<?, ?>) - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- onResume() - Method in class io.jenkins.plugins.smart_retry.step.SmartRetryStepExecution
P
- PIPELINE_LOGIC_FAILURE - Enum constant in enum class io.jenkins.plugins.smart_retry.model.FailureType
- PROFILE_CONSERVATIVE - Static variable in class io.jenkins.plugins.smart_retry.policy.BuiltInProfiles
- PROFILE_INFRA - Static variable in class io.jenkins.plugins.smart_retry.policy.BuiltInProfiles
R
- resolve(RuntimeSettings, Integer, String, Integer) - Static method in class io.jenkins.plugins.smart_retry.policy.BuiltInProfiles
- resolve(String, Integer, String, Integer) - Static method in class io.jenkins.plugins.smart_retry.policy.BuiltInProfiles
- resolveStepSettings(String, Integer, String, Integer) - Method in class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- retry(FailureType, String, int, long) - Static method in class io.jenkins.plugins.smart_retry.model.RetryDecision
- retryCandidate(FailureType, String, String) - Static method in class io.jenkins.plugins.smart_retry.model.FailureClassification
- RetryDecision - Class in io.jenkins.plugins.smart_retry.model
- RetryDecision(boolean, String, FailureType, int, long) - Constructor for class io.jenkins.plugins.smart_retry.model.RetryDecision
- RetryPolicy - Interface in io.jenkins.plugins.smart_retry.policy
- RuntimeSettings - Class in io.jenkins.plugins.smart_retry.policy
- RuntimeSettings(String, Set<FailureType>, int, BackoffStrategy, int) - Constructor for class io.jenkins.plugins.smart_retry.policy.RuntimeSettings
S
- SCM_CONFIGURATION_FAILURE - Enum constant in enum class io.jenkins.plugins.smart_retry.model.FailureType
- SCM_TRANSIENT - Enum constant in enum class io.jenkins.plugins.smart_retry.model.FailureType
- setBackoff(String) - Method in class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- setBackoff(String) - Method in class io.jenkins.plugins.smart_retry.step.SmartRetryStep
- setConsoleContextLines(int) - Method in class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- setCustomClassificationRules(List<CustomClassificationRule>) - Method in class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- setCustomProfiles(List<CustomProfileSettings>) - Method in class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- setDefaultProfile(String) - Method in class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- setDescription(String) - Method in class io.jenkins.plugins.smart_retry.config.CustomClassificationRule
- setDisabledBuiltInRules(String) - Method in class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- setEnabled(boolean) - Method in class io.jenkins.plugins.smart_retry.config.CustomClassificationRule
- setFailureType(FailureType) - Method in class io.jenkins.plugins.smart_retry.config.CustomClassificationRule
- setFinalOutcome(String) - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- setInitialDelaySeconds(int) - Method in class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- setInitialDelaySeconds(Integer) - Method in class io.jenkins.plugins.smart_retry.step.SmartRetryStep
- setMaxRetries(int) - Method in class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- setMaxRetries(Integer) - Method in class io.jenkins.plugins.smart_retry.step.SmartRetryStep
- setName(String) - Method in class io.jenkins.plugins.smart_retry.config.CustomClassificationRule
- setName(String) - Method in class io.jenkins.plugins.smart_retry.config.CustomProfileSettings
- setNameSuffix(String) - Method in class io.jenkins.plugins.smart_retry.config.CustomClassificationRule
- setPattern(String) - Method in class io.jenkins.plugins.smart_retry.config.CustomClassificationRule
- setProfile(String) - Method in class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- setProfile(String) - Method in class io.jenkins.plugins.smart_retry.step.SmartRetryStep
- setRetryableFailureTypes(String) - Method in class io.jenkins.plugins.smart_retry.config.CustomProfileSettings
- setRetryableFailureTypeSelections(List<String>) - Method in class io.jenkins.plugins.smart_retry.config.CustomProfileSettings
- shouldRetry() - Method in class io.jenkins.plugins.smart_retry.model.RetryDecision
- SmartRetryDocsRootAction - Class in io.jenkins.plugins.smart_retry.docs
- SmartRetryDocsRootAction() - Constructor for class io.jenkins.plugins.smart_retry.docs.SmartRetryDocsRootAction
- SmartRetryGlobalConfiguration - Class in io.jenkins.plugins.smart_retry.config
- SmartRetryGlobalConfiguration() - Constructor for class io.jenkins.plugins.smart_retry.config.SmartRetryGlobalConfiguration
- SmartRetryReferenceCatalog - Class in io.jenkins.plugins.smart_retry.model
- SmartRetryReferenceCatalog.CustomRuleDoc - Class in io.jenkins.plugins.smart_retry.model
- SmartRetryReferenceCatalog.FailureTypeDoc - Class in io.jenkins.plugins.smart_retry.model
- SmartRetryReferenceCatalog.MatchedRuleDoc - Class in io.jenkins.plugins.smart_retry.model
- SmartRetryReferenceCatalog.MatchedRuleGroup - Class in io.jenkins.plugins.smart_retry.model
- SmartRetryRunAction - Class in io.jenkins.plugins.smart_retry.action
- SmartRetryRunAction() - Constructor for class io.jenkins.plugins.smart_retry.action.SmartRetryRunAction
- SmartRetryStep - Class in io.jenkins.plugins.smart_retry.step
- SmartRetryStep() - Constructor for class io.jenkins.plugins.smart_retry.step.SmartRetryStep
- SmartRetryStep.DescriptorImpl - Class in io.jenkins.plugins.smart_retry.step
- SmartRetryStepExecution - Class in io.jenkins.plugins.smart_retry.step
- start() - Method in class io.jenkins.plugins.smart_retry.step.SmartRetryStepExecution
- start(StepContext) - Method in class io.jenkins.plugins.smart_retry.step.SmartRetryStep
- stop(Throwable) - Method in class io.jenkins.plugins.smart_retry.step.SmartRetryStepExecution
- stripPrefix(String) - Static method in class io.jenkins.plugins.smart_retry.config.CustomClassificationRule
- supportedDisabledBuiltInRuleIds() - Static method in class io.jenkins.plugins.smart_retry.classify.DeterministicFailureClassifier
- supportedFailureTypes() - Static method in class io.jenkins.plugins.smart_retry.config.CustomClassificationRule
- supportedRetryableFailureTypes() - Static method in class io.jenkins.plugins.smart_retry.config.CustomProfileSettings
T
- takesImplicitBlockArgument() - Method in class io.jenkins.plugins.smart_retry.step.SmartRetryStep.DescriptorImpl
- TEST_ASSERTION_FAILURE - Enum constant in enum class io.jenkins.plugins.smart_retry.model.FailureType
U
- UNKNOWN - Enum constant in enum class io.jenkins.plugins.smart_retry.model.FailureType
- USER_ABORT - Enum constant in enum class io.jenkins.plugins.smart_retry.model.FailureType
V
- valueOf(String) - Static method in enum class io.jenkins.plugins.smart_retry.model.FailureType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.jenkins.plugins.smart_retry.policy.BackoffStrategy
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.jenkins.plugins.smart_retry.model.FailureType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.jenkins.plugins.smart_retry.policy.BackoffStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form