com.atlassian.bamboo.migration
Class ImportContext<T>
java.lang.Object
com.atlassian.bamboo.migration.ImportContext<T>
@ThreadSafe
public class ImportContext<T>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
get
public T get()
throws BambooImportException
- Throws:
BambooImportException
set
public void set(T value)
throws BambooImportException
- Throws:
BambooImportException
clear
public void clear()
create
public static <T> ImportContext<T> create(@NotNull
String name)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.