hudson.plugins.dimensionsscm
Class DimensionsChecker

java.lang.Object
  extended by hudson.plugins.dimensionsscm.DimensionsChecker
All Implemented Interfaces:
java.io.Serializable

public class DimensionsChecker
extends java.lang.Object
implements java.io.Serializable

A set of methods for checking the consistency of data passed into the plugin

Author:
Tim Payne
See Also:
Serialized Form

Constructor Summary
DimensionsChecker()
           
 
Method Summary
static boolean isValidPluginCombination(hudson.model.AbstractBuild build, hudson.model.BuildListener listener)
          Checks if all the plugins that need to be loaded are loaded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DimensionsChecker

public DimensionsChecker()
Method Detail

isValidPluginCombination

public static boolean isValidPluginCombination(hudson.model.AbstractBuild build,
                                               hudson.model.BuildListener listener)
Checks if all the plugins that need to be loaded are loaded

Parameters:
AbstractBuild -
Returns:
boolean


Copyright © 2004-2011 Hudson. All Rights Reserved.