Share via


RegistryEncodedTaskRunRequest Interface

public interface RegistryEncodedTaskRunRequest

An immutable client-side representation of an Azure registry Encoded task run request.

Method Summary

Modifier and Type Method and Description
abstract int cpuCount()

Gets the number of CPUs.

abstract boolean isArchiveEnabled()

Checks whether archive is enabled.

abstract PlatformProperties platform()

Gets the properties of the platform.

abstract String sourceLocation()

Gets the location of the source control.

abstract int timeout()

Gets the length of the timeout.

Method Details

cpuCount

public abstract int cpuCount()

Gets the number of CPUs.

Returns:

the number of CPUs.

isArchiveEnabled

public abstract boolean isArchiveEnabled()

Checks whether archive is enabled.

Returns:

whether archive is enabled.

platform

public abstract PlatformProperties platform()

Gets the properties of the platform.

Returns:

the properties of the platform.

sourceLocation

public abstract String sourceLocation()

Gets the location of the source control.

Returns:

the location of the source control.

timeout

public abstract int timeout()

Gets the length of the timeout.

Returns:

the length of the timeout.

Applies to