Class Run

java.lang.Object
dev.galasa.api.run.Run

public class Run extends Object
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getHeartbeat

      public Instant getHeartbeat()
    • getType

      public String getType()
    • getGroup

      public String getGroup()
    • getTest

      public String getTest()
    • getBundleName

      public String getBundleName()
    • getTestName

      public String getTestName()
    • getStatus

      public String getStatus()
    • getQueued

      public Instant getQueued()
    • getFinished

      public Instant getFinished()
    • getWaitUntil

      public Instant getWaitUntil()
    • getRequestor

      public String getRequestor()
    • getStream

      public String getStream()
    • getRepo

      public String getRepo()
    • getObr

      public String getObr()
    • getLocal

      @Deprecated(since="0.30.0", forRemoval=true) public boolean getLocal()
      Deprecated, for removal: This API element is subject to removal in a future version.
      This method will be removed in later versions of the code. Use isLocal instead.
    • isLocal

      public boolean isLocal()
      Since:
      0.30.0
    • getTrace

      @Deprecated(since="0.30.0", forRemoval=true) public boolean getTrace()
      Deprecated, for removal: This API element is subject to removal in a future version.
      This method will be removed in later versions of the code. Use isTraceEnabled instead.
    • isTraceEnabled

      public boolean isTraceEnabled()
      Since:
      0.30.0
    • getResult

      public String getResult()
    • getRasRunId

      public String getRasRunId()