- GerritCmdRunner - Interface in com.sonyericsson.hudson.plugins.gerrit.gerritevents
-
- GerritConnectionConfig - Interface in com.sonyericsson.hudson.plugins.gerrit.gerritevents
-
Interface for an object that has information about how to connect to the Gerrit server.
- GerritDefaultValues - Class in com.sonyericsson.hudson.plugins.gerrit.gerritevents
-
Contains the default values for Gerrit communication.
- GerritEvent - Interface in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto
-
Base interface for all events streamed from Gerrit.
- gerritEvent(GerritEvent) - Method in interface com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritEventListener
-
Fallback method for all valid Gerrit events.
- gerritEvent(PatchsetCreated) - Method in interface com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritEventListener
-
Called when a Patchset created event has arrived.
- gerritEvent(DraftPublished) - Method in interface com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritEventListener
-
Called when a draft published event has arrived.
- gerritEvent(ChangeAbandoned) - Method in interface com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritEventListener
-
Called when a change abandoned event has arrived.
- gerritEvent(ChangeMerged) - Method in interface com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritEventListener
-
Called when a change merged event has arrived.
- gerritEvent(CommentAdded) - Method in interface com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritEventListener
-
Called when a comment added event has arrived.
- gerritEvent(RefUpdated) - Method in interface com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritEventListener
-
Called when a ref updated event has arrived.
- GerritEventKeys - Class in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto
-
Contains constants that represent the names of Gerrit Event JSON properties.
- GerritEventLifecycle - Class in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events.lifecycle
-
Adaptor class for handling event listeners for the lifecycle of a GerritEvent.
- GerritEventLifecycle() - Constructor for class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events.lifecycle.GerritEventLifecycle
-
- GerritEventLifecycleListener - Interface in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events.lifecycle
-
Listener interface for listening in on a specific GerritEvent's lifecycle.
- GerritEventListener - Interface in com.sonyericsson.hudson.plugins.gerrit.gerritevents
-
Base Listener interface for those that are interested in Gerrit events.
- GerritEventType - Enum in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto
-
Representation of the type of event, if they are interesting and what class to use to parse the JSON string.
- GerritEventWork - Class in com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers
-
Notifies all listeners of the arrived event.
- GerritEventWork(GerritEvent) - Constructor for class com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers.GerritEventWork
-
Standard Constructor.
- GerritHandler - Class in com.sonyericsson.hudson.plugins.gerrit.gerritevents
-
Main class for this module.
- GerritHandler() - Constructor for class com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritHandler
-
Creates a GerritHandler with all the default values set.
- GerritHandler(String, int, Authentication) - Constructor for class com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritHandler
-
Creates a GerritHandler with the specified values and default number of worker threads.
- GerritHandler(GerritConnectionConfig) - Constructor for class com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritHandler
-
Creates a GerritHandler with the specified values.
- GerritHandler(String, int, Authentication, int) - Constructor for class com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritHandler
-
Creates a GerritHandler with the specified values.
- GerritJsonDTO - Interface in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto
-
Base interface for all DTO POJOs that represents a JSON data structure.
- GerritJsonEvent - Interface in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto
-
Base interface for a JSON event from Gerrit.
- GerritJsonEventFactory - Class in com.sonyericsson.hudson.plugins.gerrit.gerritevents
-
Contains utility methods for handling JSONObjects.
- GerritQueryException - Exception in com.sonyericsson.hudson.plugins.gerrit.gerritevents
-
Represents a Query result of type "error".
- GerritQueryException(Throwable) - Constructor for exception com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritQueryException
-
Standard constructor.
- GerritQueryException(String, Throwable) - Constructor for exception com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritQueryException
-
Standard constructor.
- GerritQueryException(String) - Constructor for exception com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritQueryException
-
Standard Constructor.
- GerritQueryException() - Constructor for exception com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritQueryException
-
Default Constructor.
- GerritQueryHandler - Class in com.sonyericsson.hudson.plugins.gerrit.gerritevents
-
This class helps you call gerrit query to search for patch-sets.
- GerritQueryHandler(String, int, Authentication) - Constructor for class com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritQueryHandler
-
Creates a GerritQueryHandler with the specified values.
- GerritQueryHandler(GerritConnectionConfig) - Constructor for class com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritQueryHandler
-
Creates a GerritQueryHandler with the specified config.
- GerritSendCommandQueue - Class in com.sonyericsson.hudson.plugins.gerrit.gerritevents
-
A thread-pool and queue implementation for queueing commands to the Gerrit server.
- GerritTriggeredEvent - Class in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events
-
A DTO representation of a Gerrit triggered Event.
- GerritTriggeredEvent() - Constructor for class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events.GerritTriggeredEvent
-
- getAccount() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events.GerritTriggeredEvent
-
The account that triggered the event.
- getApprovals() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events.CommentAdded
-
Get the code review approvals associated with this Gerrit comment.
- getAuthentication() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritHandler
-
The authentication credentials for ssh connection.
- getBranch() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.Change
-
Branch name within project.
- getChange() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events.ChangeBasedEvent
-
The Change.
- getConfig() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers.cmd.AbstractSendCommandJob
-
Gets the connection config used when sending a command.
- getConnection(String, int, Authentication) - Static method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh.SshConnectionFactory
-
- getEmail() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.Account
-
Account user's preferred email.
- getEvent(JSONObject) - Static method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritJsonEventFactory
-
Creates a GerritJsonEvent DTO out of the provided JSONObject.
- getEventIfInteresting(String) - Static method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritJsonEventFactory
-
Tries to parse the provided string into a GerritJsonEvent DTO if it is interesting and usable.
- getEventListenersCount() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritHandler
-
- getEventRepresentative() - Method in enum com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.GerritEventType
-
Gets the DTO class that represents this kind of event.
- getEventType() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events.ChangeAbandoned
-
- getEventType() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events.ChangeMerged
-
- getEventType() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events.CommentAdded
-
- getEventType() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events.DraftPublished
-
- getEventType() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events.PatchsetCreated
-
- getEventType() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events.RefUpdated
-
- getEventType() - Method in interface com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.GerritEvent
-
Returns what type of event it is.
- getFiles(GerritQueryHandler) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events.ChangeBasedEvent
-
Queries gerrit for the files included in this patch set.
- getGerritAuthentication() - Method in interface com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritConnectionConfig
-
The the Gerrit authentication credentials.
- getGerritAuthKeyFile() - Method in interface com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritConnectionConfig
-
The path to the private key.
- getGerritAuthKeyFilePassword() - Method in interface com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritConnectionConfig
-
The password for the private key, or null if there is none.
- getGerritHostName() - Method in interface com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritConnectionConfig
-
The hostname for gerrit where it is listening to ssh commands.
- getGerritHostName() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritHandler
-
gets the hostname where Gerrit is running.
- getGerritSshPort() - Method in interface com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritConnectionConfig
-
The port to connect with ssh to.
- getGerritSshPort() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritHandler
-
Gets the port for gerrit ssh commands.
- getGerritUserName() - Method in interface com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritConnectionConfig
-
The username to authenticate to gerrit with.
- getGerritVersion() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritHandler
-
The gerrit version we are connected to.
- getId() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.Change
-
Change identifier.
- getInstance(GerritConnectionConfig) - Static method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritSendCommandQueue
-
Returns the singleton instance of the command-queue.
- getInterestingEventTypes() - Static method in enum com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.GerritEventType
-
Lists all event types that are interesting.
- getJsonObjectIfInterestingAndUsable(String) - Static method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritJsonEventFactory
-
Tries to parse the provided string into a JSONObject and returns it if it is interesting and usable.
- getListeners() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events.lifecycle.GerritEventLifecycle
-
Gets a copy of the internal transient list of listeners.
- getName() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.Account
-
Account user's full name.
- getNameAndEmail() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.Account
-
Gives the full name and email in the format "name" <email@somewhere.com>.
- getNewRev() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.RefUpdate
-
New revision.
- getNumber() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.Change
-
Deprecated.
because the Gerrit documentation says so.
- getNumber() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.PatchSet
-
The patchset number.
- getNumberOfReceivingWorkerThreads() - Method in interface com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritConnectionConfig
-
The number of threads to handle incoming events with.
- getNumberOfSendingWorkerThreads() - Method in interface com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritConnectionConfig
-
The default nr of worker threads that sends approvals/review commands.
- getNumberOfWorkerThreads() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritHandler
-
Gets the number of event worker threads.
- getOldRev() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.RefUpdate
-
Old revision.
- getOwner() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.Change
-
Owner in account attribute.
- getPatchSet() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events.ChangeBasedEvent
-
The patchSet.
- getPrivateKeyFile() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh.Authentication
-
The file path to the private key.
- getPrivateKeyFilePassword() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh.Authentication
-
The password for the private key file.
- getProject() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.Change
-
Project path in Gerrit.
- getProject() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.RefUpdate
-
Name of project.
- getQueueSize() - Static method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritSendCommandQueue
-
Returns the current queue size.
- getRef() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.PatchSet
-
Gets the refspec, if it exists.
- getRefName() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.RefUpdate
-
Ref name within project.
- getRefUpdate() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events.RefUpdated
-
The ref update.
- getRevision() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.PatchSet
-
Git commit-ish for this patchset.
- getString(JSONObject, String, String) - Static method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritJsonEventFactory
-
Returns the value of a JSON property as a String if it exists otherwise returns the defaultValue.
- getString(JSONObject, String) - Static method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritJsonEventFactory
-
Returns the value of a JSON property as a String if it exists otherwise returns null.
- getSubject() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.Change
-
Description of change.
- getType() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.Approval
-
The approval category.
- getTypeValue() - Method in enum com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.GerritEventType
-
The value of the type property in the JSON object.
- getUploader() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.PatchSet
-
The one who uploaded the patch-set.
- getUrl() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.Change
-
Canonical URL to reach this change.
- getUserName() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events.ManualPatchsetCreated
-
The name of the user who "created" the event.
- getUsername() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh.Authentication
-
The username to authenticate as.
- getValue() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.Approval
-
The approval value.
- getWorkQueue() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritHandler
-
- getWorkQueue() - Method in interface com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers.Coordinator
-
Retrieves the work queue for workers to poll.
- SEND_QUEUE_SIZE_WARNING_THRESHOLD - Static variable in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritSendCommandQueue
-
The minimum size of the job-queue before monitors should begin to warn the administrator(s).
- sendCommand(String) - Method in interface com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritCmdRunner
-
Runs a command on the gerrit server.
- sendCommand(String) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers.cmd.AbstractSendCommandJob
-
Sends a command to the Gerrit server.
- sendCommandStr(String) - Method in interface com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritCmdRunner
-
Runs a command on the gerrit server and returns the output from the command.
- sendCommandStr(String) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers.cmd.AbstractSendCommandJob
-
Sends a command to the Gerrit server, returning the output from the command.
- setAccount(Account) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events.GerritTriggeredEvent
-
The account that triggered the change.
- setApprovals(List<Approval>) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events.CommentAdded
-
Set the code review approvals for this event.
- setAuthentication(Authentication) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritHandler
-
The authentication credentials for ssh connection.
- setBranch(String) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.Change
-
Branch name within project.
- setChange(Change) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events.ChangeBasedEvent
-
The Change.
- setEmail(String) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.Account
-
Account user's preferred email.
- setGerritHostName(String) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritHandler
-
Sets the hostname where Gerrit is running.
- setGerritSshPort(int) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritHandler
-
Sets the port for gerrit ssh commands.
- setId(String) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.Change
-
Change identifier.
- setName(String) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.Account
-
Account user's full name.
- setNewRev(String) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.RefUpdate
-
Change new Revision.
- setNumber(String) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.Change
-
Deprecated.
because the Gerrit documentation says so.
- setNumber(String) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.PatchSet
-
The patchset number.
- setNumberOfWorkerThreads(int) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritHandler
-
Sets the number of worker event threads.
- setOldRev(String) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.RefUpdate
-
Change old revision.
- setOwner(Account) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.Change
-
Owner in account attribute.
- setPatchset(PatchSet) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events.ChangeBasedEvent
-
The patchSet.
- setProject(String) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.Change
-
Project path in Gerrit.
- setProject(String) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.RefUpdate
-
Change name of project.
- setRef(String) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.PatchSet
-
Sets the refspec.
- setRefName(String) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.RefUpdate
-
Ref name within project.
- setRefUpdate(RefUpdate) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events.RefUpdated
-
The ref update.
- setRevision(String) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.PatchSet
-
Git commit-ish for this patchset.
- setSubject(String) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.Change
-
Description of change.
- setType(String) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.Approval
-
The approval category.
- setUploader(Account) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.PatchSet
-
The one who uploaded the patch-set.
- setUrl(String) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.Change
-
Canonical URL to reach this change.
- setUserName(String) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events.ManualPatchsetCreated
-
The name of the user who "created" the event.
- setValue(String) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.attr.Approval
-
Set the approval value.
- shutdown(boolean) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritHandler
-
Closes the connection.
- shutdown() - Static method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritSendCommandQueue
-
Shuts down the executor(s).
- shutdown() - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers.EventThread
-
Ends this worker's reign and ends the thread.
- SshAuthenticationException - Exception in com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh
-
Indicates that authentication failed.
- SshAuthenticationException() - Constructor for exception com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh.SshAuthenticationException
-
Default constructor.
- SshAuthenticationException(String) - Constructor for exception com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh.SshAuthenticationException
-
Standard constructor.
- SshAuthenticationException(String, Throwable) - Constructor for exception com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh.SshAuthenticationException
-
Standard constructor.
- SshAuthenticationException(Throwable) - Constructor for exception com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh.SshAuthenticationException
-
Standard constructor.
- SshConnectException - Exception in com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh
-
SshException related to connection issues.
- SshConnectException() - Constructor for exception com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh.SshConnectException
-
Default constructor.
- SshConnectException(String) - Constructor for exception com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh.SshConnectException
-
Standard constructor.
- SshConnectException(String, Throwable) - Constructor for exception com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh.SshConnectException
-
Standard constructor.
- SshConnectException(Throwable) - Constructor for exception com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh.SshConnectException
-
Standard constructor.
- SshConnection - Interface in com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh
-
A simple ssh client connection with private key.
- SshConnectionFactory - Class in com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh
-
- SshConnectionImpl - Class in com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh
-
A simple ssh client connection with private key.
- SshConnectionImpl(String, int, Authentication) - Constructor for class com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh.SshConnectionImpl
-
Creates and opens a SshConnection.
- SshException - Exception in com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh
-
- SshException(Throwable) - Constructor for exception com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh.SshException
-
Standard constructor.
- SshException(String, Throwable) - Constructor for exception com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh.SshException
-
Standard constructor.
- SshException(String) - Constructor for exception com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh.SshException
-
Standard constructor.
- SshException() - Constructor for exception com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh.SshException
-
Default constructor.
- SshUtil - Class in com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh
-
Base util for connecting, authenticating and doing stuff on an ssh client->server connection.
- startQueue(GerritConnectionConfig) - Method in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritSendCommandQueue
-
Starts the executor if it hasn't started yet, or updates the thread-pool size if it is started.
- StreamEventsStringWork - Class in com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers
-
Top of the hierarchies of work, converts the string to JSON if it is interesting and usable.
- StreamEventsStringWork(String) - Constructor for class com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers.StreamEventsStringWork
-
Default constructor.
- SUBJECT - Static variable in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.GerritEventKeys
-
subject.
- SUBMITTER - Static variable in class com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.GerritEventKeys
-
submitter.