Package jenkins.plugins.publish_over_ftp
Class BapFtpPublisher
- java.lang.Object
-
- jenkins.plugins.publish_over.BapPublisher<BapFtpTransfer>
-
- jenkins.plugins.publish_over_ftp.BapFtpPublisher
-
- All Implemented Interfaces:
Describable<BapFtpPublisher>
,Serializable
public class BapFtpPublisher extends jenkins.plugins.publish_over.BapPublisher<BapFtpTransfer> implements Describable<BapFtpPublisher>
Class required to enable stapler/DBC to bind to correct BPTransfer - BapFtpTransfer- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BapFtpPublisher(String configName, boolean verbose, ArrayList<BapFtpTransfer> transfers, boolean useWorkspaceInPromotion, boolean usePromotionTimestamp, BapFtpRetry ftpRetry, BapFtpPublisherLabel ftpLabel, BapFtpCredentials ftpCredentials)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object that)
BapFtpPublisherDescriptor
getDescriptor()
BapFtpCredentials
getFtpCredentials()
BapFtpPublisherLabel
getFtpLabel()
BapFtpRetry
getFtpRetry()
int
hashCode()
String
toString()
-
Methods inherited from class jenkins.plugins.publish_over.BapPublisher
addToEquals, addToHashCode, addToToString, getConfigName, getCredentials, getLabel, getRetry, getTransfers, isUsePromotionTimestamp, isUseWorkspaceInPromotion, isVerbose, perform, setConfigName, setEffectiveEnvironmentInBuildInfo, setTransfers, setUsePromotionTimestamp, setUseWorkspaceInPromotion, setVerbose
-
-
-
-
Constructor Detail
-
BapFtpPublisher
@DataBoundConstructor public BapFtpPublisher(String configName, boolean verbose, ArrayList<BapFtpTransfer> transfers, boolean useWorkspaceInPromotion, boolean usePromotionTimestamp, BapFtpRetry ftpRetry, BapFtpPublisherLabel ftpLabel, BapFtpCredentials ftpCredentials)
-
-
Method Detail
-
getFtpRetry
public BapFtpRetry getFtpRetry()
-
getFtpLabel
public BapFtpPublisherLabel getFtpLabel()
-
getFtpCredentials
public BapFtpCredentials getFtpCredentials()
-
getDescriptor
public BapFtpPublisherDescriptor getDescriptor()
- Specified by:
getDescriptor
in interfaceDescribable<BapFtpPublisher>
-
equals
public boolean equals(Object that)
- Overrides:
equals
in classjenkins.plugins.publish_over.BapPublisher<BapFtpTransfer>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjenkins.plugins.publish_over.BapPublisher<BapFtpTransfer>
-
toString
public String toString()
- Overrides:
toString
in classjenkins.plugins.publish_over.BapPublisher<BapFtpTransfer>
-
-