java.lang.Object |
↳ |
com.atlassian.jira.functest.framework.admin.ProjectImportTypeFix |
Class Overview
This is a bit of a hack until renaissance mode is turned on by default. For now we change the backup so that all
projects have the 'business' type. Otherwise the upgrade task setting project types to 'software' stops the project
import from happening.
This can be deleted once we're past renaissance.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
ProjectImportTypeFix
(Backdoor backdoor)
Public Methods
public
void
rewriteProjectTypes
(File backupFile)
public
void
updateAllProjectsToBusinessType
()