Uses of Class
jenkins.plugins.publish_over.BapPublisher

Uses of BapPublisher in jenkins.plugins.publish_over
 

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

Methods in jenkins.plugins.publish_over that return BapPublisher
 BapPublisher BPCallablePublisher.getPublisher()
           
 

Methods in jenkins.plugins.publish_over that return types with arguments of type BapPublisher
 java.util.List<BapPublisher> BPPlugin.getPublishers()
           
 

Methods in jenkins.plugins.publish_over with parameters of type BapPublisher
protected  org.apache.commons.lang.builder.EqualsBuilder BapPublisher.addToEquals(org.apache.commons.lang.builder.EqualsBuilder builder, BapPublisher that)
           
protected  org.apache.commons.lang.builder.EqualsBuilder BapPublisher.createEqualsBuilder(BapPublisher that)
           
 void BPCallablePublisher.setPublisher(BapPublisher publisher)
           
 

Method parameters in jenkins.plugins.publish_over with type arguments of type BapPublisher
 void BPPlugin.setPublishers(java.util.List<BapPublisher> publishers)
           
 

Constructors in jenkins.plugins.publish_over with parameters of type BapPublisher
BPCallablePublisher(BapPublisher publisher, BPHostConfiguration hostConfig, BPBuildInfo buildInfo)
           
 



Copyright © 2011. All Rights Reserved.