SourceUploadDefinition Interface
Implements
public interface SourceUploadDefinition
extends HasInnerModel<SourceUploadDefinitionInner>
The source repository properties for a build task.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String | relativePath() |
abstract String | uploadUrl() |
Method Details
relativePath
public abstract String relativePath()
Returns:
the the relative path to the source; this is used to submit the subsequent queue build request
uploadUrl
public abstract String uploadUrl()
Returns:
the URL where the client can upload the source
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java