com.atlassian.jira.functest.framework.sharing
Class GlobalTestSharingPermission

java.lang.Object
  extended by com.atlassian.jira.functest.framework.sharing.GlobalTestSharingPermission
All Implemented Interfaces:
TestSharingPermission

public class GlobalTestSharingPermission
extends Object
implements TestSharingPermission

Represents a global share in the Func tests.

Since:
v3.13

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.functest.framework.sharing.TestSharingPermission
TestSharingPermission.JSONConstants
 
Field Summary
static GlobalTestSharingPermission GLOBAL_PERMISSION
           
static String TYPE
           
 
Constructor Summary
GlobalTestSharingPermission()
           
 
Method Summary
static GlobalTestSharingPermission parseJson(TestJSONObject json)
           
 String toDisplayFormat()
           
 TestJSONObject toJson()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

GLOBAL_PERMISSION

public static final GlobalTestSharingPermission GLOBAL_PERMISSION

TYPE

public static final String TYPE
See Also:
Constant Field Values
Constructor Detail

GlobalTestSharingPermission

public GlobalTestSharingPermission()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toJson

public TestJSONObject toJson()
Specified by:
toJson in interface TestSharingPermission

parseJson

public static GlobalTestSharingPermission parseJson(TestJSONObject json)
                                             throws TestJSONException
Throws:
TestJSONException

toDisplayFormat

public String toDisplayFormat()
Specified by:
toDisplayFormat in interface TestSharingPermission
Returns:
the smooshed text format as displayed on the browser


Copyright © 2002-2014 Atlassian. All Rights Reserved.