|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.migration.ImportContext<T>
@ThreadSafe public class ImportContext<T>
Method Summary | ||
---|---|---|
void |
clear()
|
|
static
|
create(java.lang.String name)
|
|
T |
get()
|
|
void |
set(T value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public T get() throws BambooImportException
BambooImportException
public void set(T value) throws BambooImportException
BambooImportException
public void clear()
public static <T> ImportContext<T> create(@NotNull java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |