org.jvnet.jenkins.plugins.nodelabelparameter
Class NextLabelCause

java.lang.Object
  extended by hudson.model.Cause
      extended by hudson.model.Cause.UpstreamCause
          extended by org.jvnet.jenkins.plugins.nodelabelparameter.NextLabelCause

public class NextLabelCause
extends hudson.model.Cause.UpstreamCause

Author:
domi

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Cause.UpstreamCause
hudson.model.Cause.UpstreamCause.ConverterImpl
 
Nested classes/interfaces inherited from class hudson.model.Cause
hudson.model.Cause.LegacyCodeCause, hudson.model.Cause.RemoteCause, hudson.model.Cause.UpstreamCause, hudson.model.Cause.UserCause
 
Constructor Summary
NextLabelCause(String label, hudson.model.Run<?,?> up)
           
 
Method Summary
 String getShortDescription()
           
 
Methods inherited from class hudson.model.Cause.UpstreamCause
getUpstreamBuild, getUpstreamProject, getUpstreamUrl, pointsTo, pointsTo, print
 
Methods inherited from class hudson.model.Cause
onAddedTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NextLabelCause

public NextLabelCause(String label,
                      hudson.model.Run<?,?> up)
Method Detail

getShortDescription

public String getShortDescription()
Overrides:
getShortDescription in class hudson.model.Cause.UpstreamCause


Copyright © 2004-2012. All Rights Reserved.