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 MatrixReloadedState.BuildState getBuildStateFromRun(hudson.model.Run run)
           
static hudson.model.ParameterValue getParameterValue(List<hudson.model.ParameterValue> pvs, String key)
          Convenience method for retrieving ParameterValues.
 
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

getBuildStateFromRun

public static MatrixReloadedState.BuildState getBuildStateFromRun(hudson.model.Run run)

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


Copyright © 2004-2012. All Rights Reserved.