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