net.praqma.jenkins.plugin.reloaded
Class Util

java.lang.Object
  extended by net.praqma.jenkins.plugin.reloaded.Util

public abstract class Util
extends Object


Constructor Summary
Util()
           
 
Method Summary
static RebuildAction getDownstreamRebuildActionFromMatrixBuild(hudson.matrix.MatrixBuild mbuild)
           
static hudson.model.ParameterValue getParameterValue(List<hudson.model.ParameterValue> pvs, String key)
          Convenience method for retrieving ParameterValues.
static RebuildAction getUpstreamRebuildAction(hudson.model.AbstractBuild<?,?> build)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

getParameterValue

public static hudson.model.ParameterValue getParameterValue(List<hudson.model.ParameterValue> pvs,
                                                            String key)
Convenience method for retrieving ParameterValues.

Parameters:
pvs - A list of ParameterValues.
key - The key of the ParameterValue.
Returns:
The parameter or null

getDownstreamRebuildActionFromMatrixBuild

public static RebuildAction getDownstreamRebuildActionFromMatrixBuild(hudson.matrix.MatrixBuild mbuild)

getUpstreamRebuildAction

public static RebuildAction getUpstreamRebuildAction(hudson.model.AbstractBuild<?,?> build)


Copyright © 2004-2014. All Rights Reserved.