jenkins.plugins.publish_over_ssh
Class BapSshPublisherLabel

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

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

See Also:
Serialized Form

Nested Class Summary
static class BapSshPublisherLabel.BapSshPublisherLabelDescriptor
           
 
Constructor Summary
BapSshPublisherLabel(java.lang.String label)
           
 
Method Summary
 boolean equals(java.lang.Object that)
           
 BapSshPublisherLabel.BapSshPublisherLabelDescriptor 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

BapSshPublisherLabel

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

getDescriptor

public BapSshPublisherLabel.BapSshPublisherLabelDescriptor getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<BapSshPublisherLabel>

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.