jenkins.plugins.publish_over_ftp
Class BapFtpParamPublish

java.lang.Object
  extended by jenkins.plugins.publish_over.ParamPublish
      extended by jenkins.plugins.publish_over_ftp.BapFtpParamPublish
All Implemented Interfaces:
hudson.model.Describable<BapFtpParamPublish>, java.io.Serializable

public class BapFtpParamPublish
extends jenkins.plugins.publish_over.ParamPublish
implements hudson.model.Describable<BapFtpParamPublish>

See Also:
Serialized Form

Nested Class Summary
static class BapFtpParamPublish.BapFtpParamPublishDescriptor
           
 
Nested classes/interfaces inherited from class jenkins.plugins.publish_over.ParamPublish
jenkins.plugins.publish_over.ParamPublish.Selector
 
Constructor Summary
BapFtpParamPublish(java.lang.String parameterName)
           
 
Method Summary
 boolean equals(java.lang.Object that)
           
 BapFtpParamPublish.BapFtpParamPublishDescriptor getDescriptor()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class jenkins.plugins.publish_over.ParamPublish
addToEquals, addToHashCode, addToToString, createSelector, getParameterName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BapFtpParamPublish

@DataBoundConstructor
public BapFtpParamPublish(java.lang.String parameterName)
Method Detail

getDescriptor

public BapFtpParamPublish.BapFtpParamPublishDescriptor getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<BapFtpParamPublish>

equals

public boolean equals(java.lang.Object that)
Overrides:
equals in class jenkins.plugins.publish_over.ParamPublish

hashCode

public int hashCode()
Overrides:
hashCode in class jenkins.plugins.publish_over.ParamPublish

toString

public java.lang.String toString()
Overrides:
toString in class jenkins.plugins.publish_over.ParamPublish


Copyright © 2011. All Rights Reserved.