Class TestEnvInvisibleAction

java.lang.Object
hudson.model.InvisibleAction
de.tracetronic.jenkins.plugins.ecutest.env.TestEnvInvisibleAction
All Implemented Interfaces:
Action, ModelObject

public class TestEnvInvisibleAction extends InvisibleAction
Helper invisible action which is used for exchanging information between AbstractTestClients and other objects like TestEnvContributor.
  • Constructor Details

    • TestEnvInvisibleAction

      public TestEnvInvisibleAction(int testId, AbstractTestClient testClient)
      Instantiates a new TestEnvInvisibleAction.
      Parameters:
      testId - identifies this invisible action and is used as the suffix for the test related build environment variables
      testClient - the test client holding the relevant information
  • Method Details

    • getTestId

      public int getTestId()
    • getTestName

      public String getTestName()
    • getTestType

      public TestEnvInvisibleAction.TestType getTestType()
    • getTestDescription

      public String getTestDescription()
    • getTestFile

      public String getTestFile()
    • getTestTbc

      public String getTestTbc()
    • getTestTcf

      public String getTestTcf()
    • getTestReportDir

      public String getTestReportDir()
    • getTestResult

      public String getTestResult()
    • getTimeout

      public int getTimeout()
    • getOutParams

      public Map<String,String> getOutParams()