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 SummaryNested ClassesModifier and TypeClassDescriptionstatic class
- 
Field SummaryFields inherited from interface jenkins.plugins.publish_over.options.RetryOptionsDEFAULT_RETRIES, DEFAULT_RETRY_DELAY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintlong
- 
Constructor Details- 
SshOverrideRetryDefaults@DataBoundConstructor public SshOverrideRetryDefaults(int retries, long retryDelay) 
 
- 
- 
Method Details- 
getRetriespublic int getRetries()- Specified by:
- getRetriesin interface- jenkins.plugins.publish_over.options.RetryOptions
 
- 
getRetryDelaypublic long getRetryDelay()- Specified by:
- getRetryDelayin interface- jenkins.plugins.publish_over.options.RetryOptions
 
- 
getDescriptor- Specified by:
- getDescriptorin interface- Describable<SshOverrideRetryDefaults>
 
 
-