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