hudson.ivy
Class AbstractIvyBuild.ParameterizedUpstreamCause

java.lang.Object
  extended by hudson.model.Cause
      extended by hudson.model.Cause.UpstreamCause
          extended by hudson.ivy.AbstractIvyBuild.ParameterizedUpstreamCause
Enclosing class:
AbstractIvyBuild<P extends AbstractIvyProject<P,B>,B extends AbstractIvyBuild<P,B>>

public static class AbstractIvyBuild.ParameterizedUpstreamCause
extends hudson.model.Cause.UpstreamCause


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
AbstractIvyBuild.ParameterizedUpstreamCause(hudson.model.Run<?,?> arg0, List<hudson.model.ParametersAction> upStreamParams)
           
 
Method Summary
 List<hudson.model.ParametersAction> getUpStreamParameters()
           
 
Methods inherited from class hudson.model.Cause.UpstreamCause
getShortDescription, 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

AbstractIvyBuild.ParameterizedUpstreamCause

public AbstractIvyBuild.ParameterizedUpstreamCause(hudson.model.Run<?,?> arg0,
                                                   List<hudson.model.ParametersAction> upStreamParams)
Method Detail

getUpStreamParameters

public List<hudson.model.ParametersAction> getUpStreamParameters()


Copyright © 2004-2012 Hudson. All Rights Reserved.