Interface RegistryTask
- All Superinterfaces:
HasId,HasInnerModel<TaskInner>,HasName,Indexable,Refreshable<RegistryTask>,Resource,Updatable<RegistryTask.Update>
public interface RegistryTask
extends Resource, HasInnerModel<TaskInner>, Refreshable<RegistryTask>, Updatable<RegistryTask.Update>
An immutable client-side representation of an Azure registry task.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions related to a registry task.static interfaceGrouping of registry task definition stages.static interfaceContainer interface for all the updates related to a registry task.static interfaceGrouping of registry task update stages.Nested classes/interfaces inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
Resource.DefinitionWithRegion<T extends Object>, Resource.DefinitionWithTags<T extends Object>, Resource.UpdateWithTags<T extends Object> -
Field Summary
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
region, regionName, tags, type
-
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
OffsetDateTime 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
TriggerProperties trigger()- Returns:
- the trigger of the task
-
sourceTriggers
Map<String,RegistrySourceTrigger> sourceTriggers()- Returns:
- the source triggers of the task.
-