com.atlassian.bamboo.migration
Class ImportContext<T>

java.lang.Object
  extended by com.atlassian.bamboo.migration.ImportContext<T>

@ThreadSafe
public class ImportContext<T>
extends java.lang.Object


Method Summary
 void clear()
           
static
<T> ImportContext<T>
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

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
                                          java.lang.String name)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.