public class DropboxRetry extends jenkins.plugins.publish_over.Retry implements Describable<DropboxRetry>
| Modifier and Type | Class and Description |
|---|---|
static class |
DropboxRetry.DropboxRetryDescriptor |
| Constructor and Description |
|---|
DropboxRetry(int retries,
long retryDelay) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
DropboxRetry.DropboxRetryDescriptor |
getDescriptor() |
int |
hashCode() |
String |
toString() |
addToEquals, addToHashCode, addToToString, getRetries, getRetryDelay@DataBoundConstructor
public DropboxRetry(int retries,
long retryDelay)
public DropboxRetry.DropboxRetryDescriptor getDescriptor()
getDescriptor in interface Describable<DropboxRetry>public boolean equals(Object that)
equals in class jenkins.plugins.publish_over.Retrypublic int hashCode()
hashCode in class jenkins.plugins.publish_over.Retrypublic String toString()
toString in class jenkins.plugins.publish_over.RetryCopyright © 2016–2021. All rights reserved.