ClusterBuildProvider
  public
  
  
  
  class
  ClusterBuildProvider
  
    extends Object
  
  
  
  
  
      implements
      
        IBuildProvider
      
  
  
| java.lang.Object | |
| ↳ | com.android.tradefed.cluster.ClusterBuildProvider | 
A IBuildProvider to download TFC test resources.
Summary
| Public constructors | |
|---|---|
| 
      ClusterBuildProvider()
       | |
| Public methods | |
|---|---|
| 
        
        
        
        
        
        void | 
      buildNotTested(IBuildInfo info)
      Mark the given build as untested. | 
| 
        
        
        
        
        
        void | 
      cleanUp(IBuildInfo info)
      Clean up any temporary build files. | 
| 
        
        
        
        
        
        IBuildInfo | 
      getBuild()
      Retrieve the data for build under test. | 
Public constructors
ClusterBuildProvider
public ClusterBuildProvider ()
Public methods
buildNotTested
public void buildNotTested (IBuildInfo info)
Mark the given build as untested.
Called in cases where TradeFederation has failed to complete testing on the build due to an environment problem.
| Parameters | |
|---|---|
| info | IBuildInfo: theIBuildInfoto reset | 
cleanUp
public void cleanUp (IBuildInfo info)
Clean up any temporary build files.
| Parameters | |
|---|---|
| info | IBuildInfo | 
getBuild
public IBuildInfo getBuild ()
Retrieve the data for build under test.
| Returns | |
|---|---|
| IBuildInfo | the IBuildInfofor build under test ornullif no build is
 available for testing | 
| Throws | |
|---|---|
| BuildRetrievalError | |
