Uses of Interface
jenkins.plugins.publish_over.BPClient

Uses of BPClient in jenkins.plugins.publish_over
 

Classes in jenkins.plugins.publish_over with type parameters of type BPClient
 class BPHostConfiguration<CLIENT extends BPClient,COMMON_CONFIG>
           
 interface BPHostConfigurationAccess<CLIENT extends BPClient,COMMON_CONFIG>
           
 class BPPlugin<PUBLISHER extends BapPublisher,CLIENT extends BPClient,COMMON_CONFIG>
           
 

Classes in jenkins.plugins.publish_over that implement BPClient
 class BPDefaultClient<TRANSFER extends BPTransfer>
           
 

Methods in jenkins.plugins.publish_over with parameters of type BPClient
protected  void BPHostConfiguration.changeToRootDirectory(BPClient client)
           
protected  void BPHostConfiguration.exception(BPClient client, java.lang.String message)
           
static void BapPublisherException.exception(BPClient client, java.lang.String message)
           
static void BapPublisherException.exception(BPClient client, java.lang.String message, java.lang.Throwable throwable)
           
 int BPTransfer.transfer(BPBuildInfo buildInfo, BPClient client)
           
 void BPTransfer.transferFile(BPClient client, hudson.FilePath filePath)
           
 



Copyright © 2011. All Rights Reserved.