jenkins.plugins.publish_over_ftp
Class BapFtpPublisherLabel

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

public class BapFtpPublisherLabel
extends jenkins.plugins.publish_over.PublisherLabel
implements hudson.model.Describable<BapFtpPublisherLabel>

See Also:
Serialized Form

Nested Class Summary
static class BapFtpPublisherLabel.BapFtpPublisherLabelDescriptor
           
 
Constructor Summary
BapFtpPublisherLabel(java.lang.String label)
           
 
Method Summary
 boolean equals(java.lang.Object that)
           
 BapFtpPublisherLabel.BapFtpPublisherLabelDescriptor getDescriptor()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class jenkins.plugins.publish_over.PublisherLabel
addToEquals, addToHashCode, addToToString, getLabel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BapFtpPublisherLabel

@DataBoundConstructor
public BapFtpPublisherLabel(java.lang.String label)
Method Detail

getDescriptor

public BapFtpPublisherLabel.BapFtpPublisherLabelDescriptor getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<BapFtpPublisherLabel>

equals

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

hashCode

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

toString

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


Copyright © 2011. All Rights Reserved.