RegistryTask Interface
Implements
public interface RegistryTask
extends Resource, HasInnerModel<TaskInner>, Refreshable<RegistryTask>, Updatable<Update>
An immutable client-side representation of an Azure registry task.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract int |
cpuCount()
Gets the count of CPUs. |
abstract
Offset |
creationDate()
Gets the creation date of build task. |
abstract String |
parentRegistryId()
Gets the parent ID of this resource. |
abstract
Platform |
platform()
Gets the build timeout settings in seconds. |
abstract
Provisioning |
provisioningState()
Gets the provisioning state of the build task. |
abstract
Registry |
registryTaskStep()
Gets the Registry |
abstract String |
resourceGroupName()
Gets the name of the resource's resource group. |
abstract
Map<String,Registry |
sourceTriggers()
Gets the source triggers of the task. |
abstract
Task |
status()
Gets the current status of build task. |
abstract int |
timeout()
Gets the build timeout settings in seconds. |
abstract
Trigger |
trigger()
Gets the trigger of the task. |
Method Details
cpuCount
public abstract int cpuCount()
Gets the count of CPUs.
Returns:
creationDate
public abstract OffsetDateTime creationDate()
Gets the creation date of build task.
Returns:
parentRegistryId
public abstract String parentRegistryId()
Gets the parent ID of this resource.
Returns:
platform
public abstract PlatformProperties platform()
Gets the build timeout settings in seconds.
Returns:
provisioningState
public abstract ProvisioningState provisioningState()
Gets the provisioning state of the build task.
Returns:
registryTaskStep
public abstract RegistryTaskStep registryTaskStep()
Gets the RegistryTaskStep of the current task.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource's resource group.
Returns:
sourceTriggers
public abstract Map
Gets the source triggers of the task.
Returns:
status
public abstract TaskStatus status()
Gets the current status of build task.
Returns:
timeout
public abstract int timeout()
Gets the build timeout settings in seconds.
Returns:
trigger
public abstract TriggerProperties trigger()
Gets the trigger of the task.
Returns:
Applies to
Azure SDK for Java