| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| 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 | Description |
|---|---|
| StatusInfo.State |
| Exception | Description |
|---|---|
| ServerFailureException |
Indicates an error on the server.
|
Copyright © 2004-2015. All Rights Reserved.