Class GlobalTestSharingPermission
java.lang.Object
com.atlassian.jira.functest.framework.sharing.GlobalTestSharingPermission
- All Implemented Interfaces:
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GlobalTestSharingPermission
parseJson
(JSONObject json) toJson()
toString()
-
Field Details
-
GLOBAL_PERMISSION
-
TYPE
- See Also:
-
-
Constructor Details
-
GlobalTestSharingPermission
public GlobalTestSharingPermission()
-
-
Method Details
-
toString
-
toJson
- Specified by:
toJson
in interfaceTestSharingPermission
-
parseJson
- Throws:
JSONException
-
toDisplayFormat
- Specified by:
toDisplayFormat
in interfaceTestSharingPermission
- Returns:
- the smooshed text format as displayed on the browser
-
toDisplayFormatUnknown
- Specified by:
toDisplayFormatUnknown
in interfaceTestSharingPermission
- Returns:
- the smooshed text format as displayed on the browser, when the user do not have permission to see the value (but since 8.22 can still share it, even if they can't see it)
-