|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.jira.imports.project.core.ProjectImportOptionsImpl
public class ProjectImportOptionsImpl
Constructor Summary | |
---|---|
ProjectImportOptionsImpl(String pathToBackupXml,
String attachmentPath)
|
|
ProjectImportOptionsImpl(String pathToBackupXml,
String attachmentPath,
boolean overwriteProjectDetails)
|
Method Summary | |
---|---|
String |
getAttachmentPath()
Specifies the path, on disk on the server, to the directory that will contain the attachments for the project data that will be restored. |
String |
getPathToBackupXml()
Specifies the path, on disk on the server, to the backup XML data file that will contain the project data that will be restored. |
String |
getSelectedProjectKey()
The project key that the user has chosen to import. |
boolean |
overwriteProjectDetails()
A boolean that indicates if the user wants the existing JIRA project, which is being imported into, to have its project details (name, lead, etc) over-written by the backup projects data. |
void |
setOverwriteProjectDetails(boolean overwriteProjectDetails)
|
void |
setSelectedProjectKey(String selectedProjectKey)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProjectImportOptionsImpl(String pathToBackupXml, String attachmentPath)
public ProjectImportOptionsImpl(String pathToBackupXml, String attachmentPath, boolean overwriteProjectDetails)
Method Detail |
---|
public String getPathToBackupXml()
ProjectImportOptions
getPathToBackupXml
in interface ProjectImportOptions
public String getAttachmentPath()
ProjectImportOptions
getAttachmentPath
in interface ProjectImportOptions
public boolean overwriteProjectDetails()
ProjectImportOptions
overwriteProjectDetails
in interface ProjectImportOptions
public void setOverwriteProjectDetails(boolean overwriteProjectDetails)
public String getSelectedProjectKey()
ProjectImportOptions
getSelectedProjectKey
in interface ProjectImportOptions
public void setSelectedProjectKey(String selectedProjectKey)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |