Package jenkins.plugins.publish_over_ftp
Class BapFtpRetry
- java.lang.Object
-
- jenkins.plugins.publish_over.Retry
-
- jenkins.plugins.publish_over_ftp.BapFtpRetry
-
- All Implemented Interfaces:
Describable<BapFtpRetry>
,Serializable
public class BapFtpRetry extends jenkins.plugins.publish_over.Retry implements Describable<BapFtpRetry>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BapFtpRetry.BapFtpRetryDescriptor
-
Constructor Summary
Constructors Constructor Description BapFtpRetry(int retries, long retryDelay)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object that)
BapFtpRetry.BapFtpRetryDescriptor
getDescriptor()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getDescriptor
public BapFtpRetry.BapFtpRetryDescriptor getDescriptor()
- Specified by:
getDescriptor
in interfaceDescribable<BapFtpRetry>
-
equals
public boolean equals(Object that)
- Overrides:
equals
in classjenkins.plugins.publish_over.Retry
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjenkins.plugins.publish_over.Retry
-
toString
public String toString()
- Overrides:
toString
in classjenkins.plugins.publish_over.Retry
-
-