public class

ApplicationPropertiesControl

extends ApplicationPropertiesControl
java.lang.Object
   ↳ com.atlassian.jira.testkit.client.RestApiClient<T extends com.atlassian.jira.testkit.client.RestApiClient<T>>
     ↳ com.atlassian.jira.testkit.client.BackdoorControl<T extends com.atlassian.jira.testkit.client.BackdoorControl<T>>
       ↳ com.atlassian.jira.testkit.client.ApplicationPropertiesControl
         ↳ com.atlassian.jira.functest.framework.backdoor.ApplicationPropertiesControl

Class Overview

Use this class from func/selenium/page-object tests that need to manipulate ApplicationProperties. See ApplicationPropertiesBackdoor for the code this plugs into at the back-end.

Summary

[Expand]
Inherited Constants
From class com.atlassian.jira.testkit.client.BackdoorControl
From class com.atlassian.jira.testkit.client.RestApiClient
[Expand]
Inherited Fields
From class com.atlassian.jira.testkit.client.BackdoorControl
Public Constructors
ApplicationPropertiesControl(JIRAEnvironmentData environmentData)
Public Methods
ApplicationPropertiesControl disableInlineEdit()
ApplicationPropertiesControl enableInlineEdit()
[Expand]
Inherited Methods
From class com.atlassian.jira.testkit.client.ApplicationPropertiesControl
From class com.atlassian.jira.testkit.client.BackdoorControl
From class com.atlassian.jira.testkit.client.RestApiClient
From class java.lang.Object

Public Constructors

public ApplicationPropertiesControl (JIRAEnvironmentData environmentData)

Public Methods

public ApplicationPropertiesControl disableInlineEdit ()

public ApplicationPropertiesControl enableInlineEdit ()