public class Backdoor extends Object
Constructor and Description |
---|
Backdoor(JIRAEnvironmentData environmentData) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.jira.testkit.client.AdvancedSettingsControl |
advancedSettings() |
ApplicationPropertiesControl |
applicationProperties() |
ApplicationRoleControl |
applicationRoles() |
com.atlassian.jira.testkit.client.AttachmentsControl |
attachments() |
BarrierControl |
barrier() |
ColumnControl |
columnControl() |
com.atlassian.jira.testkit.client.restclient.ComponentClient |
components() |
com.atlassian.jira.testkit.client.CustomFieldsControl |
customFields() |
com.atlassian.jira.testkit.client.DarkFeaturesControl |
darkFeatures() |
com.atlassian.jira.testkit.client.DashboardControl |
dashboard() |
com.atlassian.jira.testkit.client.DataImportControl |
dataImport() |
EntityEngineControl |
entityEngine() |
EventClient |
events() |
FieldConfigurationControlExt |
fieldConfiguration() |
FiltersClient |
filters() |
FilterSubscriptionControl |
filterSubscriptions() |
com.atlassian.jira.testkit.client.GeneralConfigurationControl |
generalConfiguration() |
ApplicationControl |
getApplicationControl() |
DeprecatedWebResourceControl |
getDeprecatedWebResourceControl() |
PluginIndexConfigurationControl |
getPluginIndexConfigurationControl() |
com.atlassian.jira.testkit.client.Backdoor |
getTestkit() |
GroupManagerControl |
groupManager() |
HelpUrlsControl |
helpUrls() |
com.atlassian.jira.testkit.client.I18nControl |
i18n() |
IndexingControl |
indexing() |
com.atlassian.jira.testkit.client.IssueLinkingControl |
issueLinking() |
IssuesControl |
issueNavControl() |
com.atlassian.jira.testkit.client.IssuesControl |
issues() |
IssueTableClient |
issueTableClient() |
com.atlassian.jira.testkit.client.IssueTypeControl |
issueType() |
IssueTypeScreenSchemesControl |
issueTypeScreenSchemes() |
LicenseControl |
license() |
com.atlassian.jira.testkit.client.MailServersControl |
mailServers() |
ManagedConfigurationControl |
managedConfiguration() |
com.atlassian.jira.testkit.client.PermissionsControl |
permissions() |
com.atlassian.jira.testkit.client.PermissionSchemesControl |
permissionSchemes() |
ManagedPermissions |
permissionsOf(String userName) |
PluginsControlExt |
plugins() |
ProjectControlExt |
project() |
com.atlassian.jira.testkit.client.restclient.ProjectRoleClient |
projectRole() |
ResourceBundleCacheControl |
resourceBundleCacheControl() |
void |
restoreBlankInstance() |
void |
restoreBlankInstance(License license) |
void |
restoreBlankInstance(String license)
Deprecated.
use
restoreBlankInstance(License) instead, since 7.0.1 |
void |
restoreBlankInstanceWithRolesEnabled(License license)
Deprecated.
since 7.0.1 as roles are always enabled, use
restoreBlankInstance(License) instead |
void |
restoreData(String fileName)
Deprecated.
use
restoreDataFromResource(String, String) instead |
void |
restoreData(String xmlFileName,
String license)
Deprecated.
|
void |
restoreDataFromResource(String resource) |
void |
restoreDataFromResource(String resourcePath,
String license) |
SchedulerControl |
scheduler() |
ScreensControlExt |
screens() |
com.atlassian.jira.testkit.client.ScreensControl |
screensControl() |
com.atlassian.jira.testkit.client.restclient.SearchClient |
search() |
SearchersClient |
searchersClient() |
com.atlassian.jira.testkit.client.SearchRequestControl |
searchRequests() |
ServerInfoControl |
serverInfo() |
com.atlassian.jira.testkit.client.ServicesControl |
services() |
com.atlassian.jira.testkit.client.SubtaskControl |
subtask() |
com.atlassian.jira.testkit.client.SystemPropertiesControl |
systemProperties() |
TestRunnerControl |
testRunner() |
UserManagerControl |
userManager() |
UserProfileControl |
userProfile() |
com.atlassian.jira.testkit.client.UsersAndGroupsControl |
usersAndGroups() |
com.atlassian.jira.testkit.client.restclient.VersionClient |
versions() |
com.atlassian.jira.testkit.client.WebSudoControl |
websudo() |
WorkflowsControlExt |
workflow() |
com.atlassian.jira.testkit.client.WorkflowSchemesControl |
workflowSchemes() |
public Backdoor(JIRAEnvironmentData environmentData)
public com.atlassian.jira.testkit.client.Backdoor getTestkit()
@Deprecated public void restoreData(String fileName)
restoreDataFromResource(String, String)
insteadfileName
- xml file namepublic void restoreBlankInstance()
@Deprecated public void restoreBlankInstance(String license)
restoreBlankInstance(License)
instead, since 7.0.1license
- the license to use during restorationpublic void restoreBlankInstance(License license)
@Deprecated public void restoreBlankInstanceWithRolesEnabled(License license)
restoreBlankInstance(License)
insteadCoreFeatures.LICENSE_ROLES_ENABLED
feature enabled,
so that renaissance migration task will be run.
Temporary method that will be removed once we get rid of Dark Ages mode.
license
- to set after restore is completed.public void restoreDataFromResource(String resource)
@Deprecated public void restoreData(String xmlFileName, String license)
public IssuesControl issueNavControl()
public com.atlassian.jira.testkit.client.AttachmentsControl attachments()
public ScreensControlExt screens()
public SchedulerControl scheduler()
public com.atlassian.jira.testkit.client.UsersAndGroupsControl usersAndGroups()
public com.atlassian.jira.testkit.client.IssuesControl issues()
public com.atlassian.jira.testkit.client.I18nControl i18n()
public com.atlassian.jira.testkit.client.DarkFeaturesControl darkFeatures()
public PluginsControlExt plugins()
public com.atlassian.jira.testkit.client.PermissionsControl permissions()
public FiltersClient filters()
public ApplicationPropertiesControl applicationProperties()
public EntityEngineControl entityEngine()
public com.atlassian.jira.testkit.client.SystemPropertiesControl systemProperties()
public ProjectControlExt project()
public com.atlassian.jira.testkit.client.PermissionSchemesControl permissionSchemes()
public IssueTypeScreenSchemesControl issueTypeScreenSchemes()
public com.atlassian.jira.testkit.client.ScreensControl screensControl()
public com.atlassian.jira.testkit.client.MailServersControl mailServers()
public com.atlassian.jira.testkit.client.SearchRequestControl searchRequests()
public UserProfileControl userProfile()
public UserManagerControl userManager()
public GroupManagerControl groupManager()
public com.atlassian.jira.testkit.client.ServicesControl services()
public com.atlassian.jira.testkit.client.DataImportControl dataImport()
public TestRunnerControl testRunner()
public FieldConfigurationControlExt fieldConfiguration()
public com.atlassian.jira.testkit.client.IssueTypeControl issueType()
public com.atlassian.jira.testkit.client.SubtaskControl subtask()
public com.atlassian.jira.testkit.client.WebSudoControl websudo()
public com.atlassian.jira.testkit.client.DashboardControl dashboard()
public BarrierControl barrier()
public IndexingControl indexing()
public com.atlassian.jira.testkit.client.GeneralConfigurationControl generalConfiguration()
public com.atlassian.jira.testkit.client.AdvancedSettingsControl advancedSettings()
public com.atlassian.jira.testkit.client.CustomFieldsControl customFields()
public com.atlassian.jira.testkit.client.IssueLinkingControl issueLinking()
public WorkflowsControlExt workflow()
public com.atlassian.jira.testkit.client.restclient.SearchClient search()
public com.atlassian.jira.testkit.client.WorkflowSchemesControl workflowSchemes()
public com.atlassian.jira.testkit.client.restclient.ProjectRoleClient projectRole()
public FilterSubscriptionControl filterSubscriptions()
public ManagedConfigurationControl managedConfiguration()
public IssueTableClient issueTableClient()
public SearchersClient searchersClient()
public ColumnControl columnControl()
public com.atlassian.jira.testkit.client.restclient.VersionClient versions()
public com.atlassian.jira.testkit.client.restclient.ComponentClient components()
public ResourceBundleCacheControl resourceBundleCacheControl()
public PluginIndexConfigurationControl getPluginIndexConfigurationControl()
public ApplicationRoleControl applicationRoles()
public LicenseControl license()
public DeprecatedWebResourceControl getDeprecatedWebResourceControl()
public ManagedPermissions permissionsOf(String userName)
public ApplicationControl getApplicationControl()
public ServerInfoControl serverInfo()
public EventClient events()
public HelpUrlsControl helpUrls()
Copyright © 2002-2015 Atlassian. All Rights Reserved.