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()
Gets the relative path to the source. |
abstract String |
uploadUrl()
Gets the URL where the client can upload the source. |
Method Details
relativePath
public abstract String relativePath()
Gets the relative path to the source.
Returns:
the relative path to the source; this is used to submit the subsequent queue build request
uploadUrl
public abstract String uploadUrl()
Gets the URL where the client can upload the source.
Returns:
the URL where the client can upload the source
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java