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 Classes Modifier and Type Interface Description static interfaceRegistryTask.DefinitionContainer interface for all the definitions related to a registry task.static interfaceRegistryTask.DefinitionStagesGrouping of registry task definition stages.static interfaceRegistryTask.UpdateContainer interface for all the updates related to a registry task.static interfaceRegistryTask.UpdateStagesGrouping 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>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intcpuCount()OffsetDateTimecreationDate()StringparentRegistryId()PlatformPropertiesplatform()ProvisioningStateprovisioningState()RegistryTaskStepregistryTaskStep()StringresourceGroupName()Map<String,RegistrySourceTrigger>sourceTriggers()TaskStatusstatus()inttimeout()TriggerPropertiestrigger()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
region, regionName, tags, type
-
-
-
-
Method Detail
-
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.
-
-