Class SshOverrideRetryDefaults
java.lang.Object
jenkins.plugins.publish_over_ssh.options.SshOverrideRetryDefaults
- All Implemented Interfaces:
Describable<SshOverrideRetryDefaults>
,jenkins.plugins.publish_over.options.RetryOptions
public class SshOverrideRetryDefaults
extends Object
implements jenkins.plugins.publish_over.options.RetryOptions, Describable<SshOverrideRetryDefaults>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
Fields inherited from interface jenkins.plugins.publish_over.options.RetryOptions
DEFAULT_RETRIES, DEFAULT_RETRY_DELAY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
long
-
Constructor Details
-
SshOverrideRetryDefaults
@DataBoundConstructor public SshOverrideRetryDefaults(int retries, long retryDelay)
-
-
Method Details
-
getRetries
public int getRetries()- Specified by:
getRetries
in interfacejenkins.plugins.publish_over.options.RetryOptions
-
getRetryDelay
public long getRetryDelay()- Specified by:
getRetryDelay
in interfacejenkins.plugins.publish_over.options.RetryOptions
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<SshOverrideRetryDefaults>
-