Interface RegistryTask

All Superinterfaces:
HasId, HasInner<com.microsoft.azure.management.containerregistry.implementation.TaskInner>, HasName, Indexable, Refreshable<RegistryTask>, Resource, Updatable<RegistryTask.Update>

@Beta(V1_17_0) public interface RegistryTask extends Resource, HasInner<com.microsoft.azure.management.containerregistry.implementation.TaskInner>, Refreshable<RegistryTask>, Updatable<RegistryTask.Update>
An immutable client-side representation of an Azure registry task.
  • Method Details

    • resourceGroupName

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

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

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

      org.joda.time.DateTime creationDate()
      Returns:
      the creation date of build task
    • status

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

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

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

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

      int cpuCount()
      Returns:
      the CPU count
    • trigger

      Returns:
      the trigger of the task
    • sourceTriggers

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