com.atlassian.jira.pageobjects.pages.admin.applicationproperties
Interface AdvancedApplicationProperty

All Known Implementing Classes:
AdvancedApplicationPropertyImpl, TestAdvancedApplicationProperties.MockAdvancedApplicationProperty

public interface AdvancedApplicationProperty

Represents an application property on the advanced configuration page

Since:
v4.4

Method Summary
 EditAdvancedApplicationPropertyForm edit()
           
 String getDescription()
           
 String getKey()
           
 String getValue()
           
 AdvancedApplicationProperty revert()
           
 

Method Detail

edit

EditAdvancedApplicationPropertyForm edit()

revert

AdvancedApplicationProperty revert()

getKey

String getKey()

getDescription

String getDescription()

getValue

String getValue()


Copyright © 2002-2012 Atlassian. All Rights Reserved.