protected static class JiraRepositoryConnector.GetUsersThread
extends java.lang.Thread
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Throwable |
exception |
protected java.lang.String |
issueKey |
protected java.util.List<java.lang.String> |
result |
protected JiraSession |
session |
| Constructor and Description |
|---|
GetUsersThread(JiraSession session,
java.lang.String issueKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
finishUp() |
java.util.List<java.lang.String> |
getResult() |
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldprotected final JiraSession session
protected final java.lang.String issueKey
protected java.lang.Throwable exception
protected java.util.List<java.lang.String> result
public GetUsersThread(JiraSession session, java.lang.String issueKey)
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic void finishUp()
throws java.lang.InterruptedException,
java.io.IOException,
ResponseException
java.lang.InterruptedExceptionjava.io.IOExceptionResponseExceptionpublic java.util.List<java.lang.String> getResult()