net.praqma.jenkins.plugin.reloaded
Class MatrixReloadedState

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

public class MatrixReloadedState
extends Object

This class is used to pass parameters from a form to a Run, given a uuid. This is a singleton class.

Author:
wolfgang

Nested Class Summary
 class MatrixReloadedState.BuildState
          This is the class holding the information about a Matrix Reloaded state retrieved from the form submit.
 
Method Summary
 boolean exists(String uuid)
           
 MatrixReloadedState.BuildState getBuildState(String uuid)
          Return a specific BuildState given a uuid
static MatrixReloadedState getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static MatrixReloadedState getInstance()

getBuildState

public MatrixReloadedState.BuildState getBuildState(String uuid)
Return a specific BuildState given a uuid

Parameters:
uuid - The uuid
Returns:
The BuildState

exists

public boolean exists(String uuid)


Copyright © 2004-2011. All Rights Reserved.