net.praqma.jenkins.plugin.reloaded
Class Util
java.lang.Object
net.praqma.jenkins.plugin.reloaded.Util
public abstract class Util
- extends Object
|
Constructor Summary |
Util()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Util
public Util()
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.