Uses of Class
org.jclouds.jenkins.v1.domain.LastBuild

Packages that use LastBuild
org.jclouds.jenkins.v1.domain   
org.jclouds.jenkins.v1.features   
 

Uses of LastBuild in org.jclouds.jenkins.v1.domain
 

Methods in org.jclouds.jenkins.v1.domain that return LastBuild
 LastBuild LastBuild.Builder.build()
           
 

Methods in org.jclouds.jenkins.v1.domain with parameters of type LastBuild
protected  B LastBuild.Builder.fromJob(LastBuild in)
           
 

Uses of LastBuild in org.jclouds.jenkins.v1.features
 

Methods in org.jclouds.jenkins.v1.features that return LastBuild
 LastBuild JobApi.lastBuild(String displayName)
           
 

Methods in org.jclouds.jenkins.v1.features that return types with arguments of type LastBuild
 com.google.common.util.concurrent.ListenableFuture<LastBuild> JobAsyncApi.lastBuild(String displayName)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.