org.jenkinsci.plugins.periodicreincarnation
Class PeriodicReincarnationGlobalConfiguration.RegEx

java.lang.Object
  extended by org.jenkinsci.plugins.periodicreincarnation.PeriodicReincarnationGlobalConfiguration.RegEx
Enclosing class:
PeriodicReincarnationGlobalConfiguration

public static class PeriodicReincarnationGlobalConfiguration.RegEx
extends Object

Class for handling regular expressions.

Author:
yboev

Constructor Summary
PeriodicReincarnationGlobalConfiguration.RegEx(String value, String nodeAction, String masterAction)
          Constructor.
 
Method Summary
 String getMasterAction()
           
 String getNodeAction()
           
 Pattern getPattern()
          Returns the pattern correspondin to this reg ex.
 String getValue()
          Returns this reg ex.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeriodicReincarnationGlobalConfiguration.RegEx

@DataBoundConstructor
public PeriodicReincarnationGlobalConfiguration.RegEx(String value,
                                                                           String nodeAction,
                                                                           String masterAction)
Constructor. Creates a reg ex.

Parameters:
value - the reg ex.
nodeAction -
masterAction -
Method Detail

getValue

public String getValue()
Returns this reg ex.

Returns:
the reg ex value.

getPattern

public Pattern getPattern()
                   throws hudson.AbortException
Returns the pattern correspondin to this reg ex.

Returns:
the pattern.
Throws:
hudson.AbortException - if the pattern could not be compiled.

getNodeAction

public String getNodeAction()

getMasterAction

public String getMasterAction()


Copyright © 2004-2013. All Rights Reserved.