RegistryTaskRun.DefinitionStages.RunRequestExecutableWithSourceLocation Interface
Implements
public static interface RegistryTaskRun.DefinitionStages.RunRequestExecutableWithSourceLocation
extends AgentConfiguration, RunRequestExecutable
The stage of the container registry task run definition which contains all the minimum required inputs for the resource to be executed if the task run request type is either file, encoded, or Docker, but also allows for any other optional settings to be specified.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Run |
withSourceLocation(String location)
The function that specifies the location of the source control. |
|
abstract
Run |
withTimeout(int timeout)
The function that specifies the timeout. |
Method Details
withSourceLocation
public abstract RegistryTaskRun.DefinitionStages.RunRequestExecutableWithSourceLocation withSourceLocation(String location)
The function that specifies the location of the source control.
Parameters:
Returns:
withTimeout
public abstract RegistryTaskRun.DefinitionStages.RunRequestExecutableWithSourceLocation withTimeout(int timeout)
The function that specifies the timeout.
Parameters:
Returns: