Class ListTaskDetailsResult


  • public final class ListTaskDetailsResult
    extends java.lang.Object
    • Method Detail

      • agentConfiguration

        public java.util.Optional<AgentPropertiesResponse> agentConfiguration()
        Returns:
        The machine configuration of the run agent.
      • agentPoolName

        public java.util.Optional<java.lang.String> agentPoolName()
        Returns:
        The dedicated agent pool for the task.
      • creationDate

        public java.lang.String creationDate()
        Returns:
        The creation date of task.
      • credentials

        public java.util.Optional<CredentialsResponse> credentials()
        Returns:
        The properties that describes a set of credentials that will be used when this run is invoked.
      • id

        public java.lang.String id()
        Returns:
        The resource ID.
      • isSystemTask

        public java.util.Optional<java.lang.Boolean> isSystemTask()
        Returns:
        The value of this property indicates whether the task resource is system task or not.
      • location

        public java.lang.String location()
        Returns:
        The location of the resource. This cannot be changed after the resource is created.
      • logTemplate

        public java.util.Optional<java.lang.String> logTemplate()
        Returns:
        The template that describes the repository and tag information for run log artifact.
      • name

        public java.lang.String name()
        Returns:
        The name of the resource.
      • platform

        public java.util.Optional<PlatformPropertiesResponse> platform()
        Returns:
        The platform properties against which the run has to happen.
      • provisioningState

        public java.lang.String provisioningState()
        Returns:
        The provisioning state of the task.
      • status

        public java.util.Optional<java.lang.String> status()
        Returns:
        The current status of task.
      • step

        public java.util.Optional<java.lang.Object> step()
        Returns:
        The properties of a task step.
      • systemData

        public SystemDataResponse systemData()
        Returns:
        Metadata pertaining to creation and last modification of the resource.
      • tags

        public java.util.Map<java.lang.String,​java.lang.String> tags()
        Returns:
        The tags of the resource.
      • timeout

        public java.util.Optional<java.lang.Integer> timeout()
        Returns:
        Run timeout in seconds.
      • trigger

        public java.util.Optional<TriggerPropertiesResponse> trigger()
        Returns:
        The properties that describe all triggers for the task.
      • type

        public java.lang.String type()
        Returns:
        The type of the resource.