Class StringsMatchCondition

All Implemented Interfaces:
ExtensionPoint, Describable<RunCondition>

public class StringsMatchCondition extends AlwaysPrebuildRunCondition
  • Constructor Details

    • StringsMatchCondition

      @DataBoundConstructor public StringsMatchCondition(String arg1, String arg2, boolean ignoreCase)
  • Method Details

    • getArg2

      public String getArg2()
    • getArg1

      public String getArg1()
    • isIgnoreCase

      public boolean isIgnoreCase()
    • runPerform

      public boolean runPerform(AbstractBuild<?,?> build, BuildListener listener) throws Exception
      Description copied from class: RunCondition
      Decide whether to run the perform method in the BuildStep.
      Specified by:
      runPerform in class RunCondition
      Returns:
      true if the perform method of the BuildStep should run
      Throws:
      Exception