Interface TestJob


public interface TestJob
An immutable client-side representation of TestJob.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the creationTime property: Gets or sets the creation time of the test job.
    Gets the endTime property: Gets or sets the end time of the test job.
    Gets the exception property: Gets or sets the exception of the test job.
    Gets the inner com.azure.resourcemanager.automation.fluent.models.TestJobInner object.
    Gets the lastModifiedTime property: Gets or sets the last modified time of the test job.
    Gets the lastStatusModifiedTime property: Gets or sets the last status modified time of the test job.
    Gets the logActivityTrace property: The activity-level tracing options of the runbook.
    Gets the parameters property: Gets or sets the parameters of the test job.
    Gets the runOn property: Gets or sets the runOn which specifies the group name where the job is to be executed.
    Gets the startTime property: Gets or sets the start time of the test job.
    Gets the status property: Gets or sets the status of the test job.
    Gets the statusDetails property: Gets or sets the status details of the test job.
  • Method Details

    • creationTime

      OffsetDateTime creationTime()
      Gets the creationTime property: Gets or sets the creation time of the test job.
      Returns:
      the creationTime value.
    • status

      String status()
      Gets the status property: Gets or sets the status of the test job.
      Returns:
      the status value.
    • statusDetails

      String statusDetails()
      Gets the statusDetails property: Gets or sets the status details of the test job.
      Returns:
      the statusDetails value.
    • runOn

      String runOn()
      Gets the runOn property: Gets or sets the runOn which specifies the group name where the job is to be executed.
      Returns:
      the runOn value.
    • startTime

      OffsetDateTime startTime()
      Gets the startTime property: Gets or sets the start time of the test job.
      Returns:
      the startTime value.
    • endTime

      OffsetDateTime endTime()
      Gets the endTime property: Gets or sets the end time of the test job.
      Returns:
      the endTime value.
    • exception

      String exception()
      Gets the exception property: Gets or sets the exception of the test job.
      Returns:
      the exception value.
    • lastModifiedTime

      OffsetDateTime lastModifiedTime()
      Gets the lastModifiedTime property: Gets or sets the last modified time of the test job.
      Returns:
      the lastModifiedTime value.
    • lastStatusModifiedTime

      OffsetDateTime lastStatusModifiedTime()
      Gets the lastStatusModifiedTime property: Gets or sets the last status modified time of the test job.
      Returns:
      the lastStatusModifiedTime value.
    • parameters

      Map<String,String> parameters()
      Gets the parameters property: Gets or sets the parameters of the test job.
      Returns:
      the parameters value.
    • logActivityTrace

      Integer logActivityTrace()
      Gets the logActivityTrace property: The activity-level tracing options of the runbook.
      Returns:
      the logActivityTrace value.
    • innerModel

      TestJobInner innerModel()
      Gets the inner com.azure.resourcemanager.automation.fluent.models.TestJobInner object.
      Returns:
      the inner object.