Class TestCaseBlock

java.lang.Object
hudson.model.AbstractDescribableImpl<TestCaseBlock>
hudson.plugins.performance.constraints.blocks.TestCaseBlock
All Implemented Interfaces:
Describable<TestCaseBlock>

public class TestCaseBlock extends AbstractDescribableImpl<TestCaseBlock>
Holds the testCase information for constraints.
Author:
Rene Kugel
  • Constructor Details

    • TestCaseBlock

      @DataBoundConstructor public TestCaseBlock(String testCase)
  • Method Details

    • getTestCase

      public String getTestCase()
    • setTestCase

      public void setTestCase(String testCase)