hudson.plugins.dimensionsscm
Class DimensionsChecker

java.lang.Object
  extended by hudson.plugins.dimensionsscm.DimensionsChecker

public class DimensionsChecker
extends java.lang.Object

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

Author:
Tim Payne

Constructor Summary
DimensionsChecker()
           
 
Method Summary
static boolean isValidPluginCombination(hudson.model.AbstractBuild build)
          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)
Checks if all the plugins that need to be loaded are loaded

Parameters:
AbstractBuild -
Returns:
boolean


Copyright © 2010. All Rights Reserved.