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, hudson.model.Cause.UpstreamCause.DeeplyNestedUpstreamCause
 
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, hudson.model.Cause.UserIdCause
 
Constructor Summary
NextLabelCause(String label, hudson.model.Run<?,?> up)
           
 
Method Summary
 String getShortDescription()
           
 
Methods inherited from class hudson.model.Cause.UpstreamCause
getUpstreamBuild, getUpstreamCauses, getUpstreamProject, getUpstreamRun, getUpstreamUrl, pointsTo, pointsTo, print, toString
 
Methods inherited from class hudson.model.Cause
onAddedTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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-2014. All Rights Reserved.