Class BaseTestConfiguration

  • Direct Known Subclasses:
    RunTestConfiguration

    public abstract class BaseTestConfiguration
    extends Object
    Base class for RunTestConfiguration (run of a specific on-going run), ResultTestConfiguration (Info about configuration that was used on some past run) and TestConfiguration (shared config that can be used as basis for starting different runs).
    • Field Detail

      • projectId

        protected String projectId
    • Constructor Detail

      • BaseTestConfiguration

        public BaseTestConfiguration()
        Constructor for BaseTestConfiguration.
      • BaseTestConfiguration

        public BaseTestConfiguration​(String name,
                                     String projectId)
        Constructor for BaseTestConfiguration with some initial values provided.
        Parameters:
        name - Human-readable name of the TestConfiguration
        projectId - Project id of test configuration.
    • Method Detail

      • getName

        public String getName()
      • getProjectId

        public String getProjectId()
      • setName

        public void setName​(String name)
      • setProjectId

        public void setProjectId​(String projectId)