Interface RegistryTask

All Superinterfaces:
HasId, HasInnerModel<TaskInner>, HasName, Indexable, Refreshable<RegistryTask>, Resource, Updatable<RegistryTask.Update>

An immutable client-side representation of an Azure registry task.
  • Method Details

    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource's resource group.
      Returns:
      the name of the resource's resource group
    • parentRegistryId

      String parentRegistryId()
      Gets the parent ID of this resource.
      Returns:
      the parent ID of this resource
    • provisioningState

      ProvisioningState provisioningState()
      Gets the provisioning state of the build task.
      Returns:
      the provisioning state of the build task
    • creationDate

      OffsetDateTime creationDate()
      Gets the creation date of build task.
      Returns:
      the creation date of build task
    • status

      TaskStatus status()
      Gets the current status of build task.
      Returns:
      the current status of build task
    • registryTaskStep

      RegistryTaskStep registryTaskStep()
      Gets the RegistryTaskStep of the current task.
      Returns:
      the RegistryTaskStep of the current task
    • timeout

      int timeout()
      Gets the build timeout settings in seconds.
      Returns:
      the build timeout settings in seconds
    • platform

      PlatformProperties platform()
      Gets the build timeout settings in seconds.
      Returns:
      the build timeout settings in seconds
    • cpuCount

      int cpuCount()
      Gets the count of CPUs.
      Returns:
      the CPU count
    • trigger

      Gets the trigger of the task.
      Returns:
      the trigger of the task
    • sourceTriggers

      Map<String,RegistrySourceTrigger> sourceTriggers()
      Gets the source triggers of the task.
      Returns:
      the source triggers of the task.