Package org.hudsonci.utils.tasks

Interface Summary
MetaProject.Filter  
OpenServerSocket.Acceptor Used to accept a new connection on the remote server socket.
OpenServerSocket.Connection Represents the accepted connection.
 

Class Summary
Chmod Change file(s) permissions on remote node.
FetchClassLocation Fetches the jar file reference in which the given class is located.
JobUuid Stores a UUID for each job.
MetaProject Provides a unified interface for AbstractProject types.
OpenServerSocket Opens a server socket on a node and facilitates accepting connections.
OperationSupport<T extends BuildStep> Support for BuildStep operations.
PerformOperation<T extends BuildStep> Support for BuildStep.perform(hudson.model.AbstractBuild, hudson.Launcher, hudson.model.BuildListener) operation.
PreBuildOperation<T extends BuildStep> Support for BuildStep.prebuild(hudson.model.AbstractBuild, hudson.model.BuildListener) operation.
TaskListenerLogger Adapts a TaskListener to the Logger interface.
 

Enum Summary
MetaProject.Type  
 

Exception Summary
OperationFailure Throw when an operation has failed.
UnsupportedProjectException Indicates that an operation on a sub-class of AbstractProject is not supported by a project type.
 



Copyright © 2004-2011 Hudson. All Rights Reserved.