Package hudson.plugins.build_publisher

Interface Summary
BuildPublisherPostAction Classes implementing this interface can perform additional operations after build transmision (via the build-publisher plugin) is completed.
BuildTransmitter Base interface for build transmitters.
 

Class Summary
BuildPublisher Publisher responsible for submitting build results to public Hudson instance.
BuildPublisher.BuildPublisherDescriptor  
BuildPublisherPlugin Entry point of a plugin.
BuildPublisherPlugin.BuildPublisherManagementLink  
ExternalProjectProperty Recieves builds submitted remotely via HTTP.
ExternalProjectProperty.ExternalProjectPropertyDescriptor  
HTTPBuildTransmitter Sends build result via HTTP protocol.
HudsonInstance Represents remote public Hudson instance.
PostActionDescriptor  
PublisherThread Thread responsible for reading the queue and sending builds.
StatusAction Build action displaying publishing status.
StatusInfo Represents status of build publishing
ThreadState The current state of PublisherThread.
ThreadState.Dead PublisherThread is dead.
ThreadState.ErrorRecoveryWait PublisherThread encountered an error and is waiting before it attempts the tranmission again.
ThreadState.Idle PublisherThread is doing nothing and looking for something to work on.
ThreadState.Publishing PublisherThread is publishing a build.
 

Enum Summary
StatusInfo.State  
 

Exception Summary
ServerFailureException Indicates an error on the server.
 



Copyright © 2004-2011. All Rights Reserved.