Arquivo Estendido

public class ExtendedFile
extends Object

java.lang.Object
com.android.tradefed.config.remote.ExtendedFile


Uma extensão do arquivo padrão para transportar metadados relacionados à construção.

Resumo

Construtores públicos

ExtendedFile (File file, String buildId, String buildTarget)
ExtendedFile (File file, String buildId, String buildTarget, String branch)
ExtendedFile (File file, String buildId, String buildTarget, String branch, String remoteFilePath)

Métodos públicos

void cancelDownload ()
String getBranch ()

Retorna os metadados da ramificação.

String getBuildId ()

Retorna os metadados do buildid.

String getBuildTarget ()

Retorna os metadados de destino.

String getRemoteFilePath ()

Retorna os metadados do caminho do arquivo remoto.

boolean isDoneDownloadingInParallel ()
boolean isDownloadingInParallel ()
void setDownloadFuture ( download) setDownloadFuture ( download)
void waitForDownload ()

Construtores públicos

Arquivo Estendido

public ExtendedFile (File file, 
                String buildId, 
                String buildTarget)

Parâmetros
file File

buildId String

buildTarget String

Arquivo Estendido

public ExtendedFile (File file, 
                String buildId, 
                String buildTarget, 
                String branch)

Parâmetros
file File

buildId String

buildTarget String

branch String

Arquivo Estendido

public ExtendedFile (File file, 
                String buildId, 
                String buildTarget, 
                String branch, 
                String remoteFilePath)

Parâmetros
file File

buildId String

buildTarget String

branch String

remoteFilePath String

Métodos públicos

cancelarBaixar

public void cancelDownload ()

getBranch

public String getBranch ()

Retorna os metadados da ramificação.

Devoluções
String

getBuildId

public String getBuildId ()

Retorna os metadados do buildid.

Devoluções
String

getBuildTarget

public String getBuildTarget ()

Retorna os metadados de destino.

Devoluções
String

getRemoteFilePath

public String getRemoteFilePath ()

Retorna os metadados do caminho do arquivo remoto.

Devoluções
String

isDoneDownloadingInParallel

public boolean isDoneDownloadingInParallel ()

Devoluções
boolean

está baixando em paralelo

public boolean isDownloadingInParallel ()

Devoluções
boolean

definirDownloadFuturo

public void setDownloadFuture ( download)

Parâmetros
download

esperar por download

public void waitForDownload ()

Lança
BuildRetrievalError