@ThreadSafe public class ImportContext<T> extends Object
Modifier and Type | Method and Description |
---|---|
void |
clear() |
static <T> ImportContext<T> |
create(String name) |
T |
get() |
void |
set(T value) |
public T get() throws BambooImportException
BambooImportException
public void set(T value) throws BambooImportException
BambooImportException
public void clear()
public static <T> ImportContext<T> create(@NotNull String name)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.