org.jenkinsci.plugins
Class ReincarnateFailedJobsConfiguration.RegEx

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

public static class ReincarnateFailedJobsConfiguration.RegEx
extends Object

Class for handling regular expressions.

Author:
yboev

Constructor Summary
ReincarnateFailedJobsConfiguration.RegEx(String value)
          Constructor.
 
Method Summary
 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

ReincarnateFailedJobsConfiguration.RegEx

@DataBoundConstructor
public ReincarnateFailedJobsConfiguration.RegEx(String value)
Constructor. Creates a reg ex.

Parameters:
value - the reg ex.
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.


Copyright © 2004-2012. All Rights Reserved.