Class AuthenticatedTestSharingPermission
java.lang.Object
com.atlassian.jira.functest.framework.sharing.AuthenticatedTestSharingPermission
- All Implemented Interfaces:
TestSharingPermission
Represents an authenticated user share in the Func tests.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.jira.functest.framework.sharing.TestSharingPermission
TestSharingPermission.JSONConstants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AuthenticatedTestSharingPermissionstatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
AUTHENTICATED_USER_PERMISSION
-
TYPE
- See Also:
-
-
Constructor Details
-
AuthenticatedTestSharingPermission
public AuthenticatedTestSharingPermission()
-
-
Method Details
-
toString
-
toJson
- Specified by:
toJsonin interfaceTestSharingPermission
-
parseJson
- Throws:
JSONException
-
toDisplayFormat
- Specified by:
toDisplayFormatin interfaceTestSharingPermission- Returns:
- the smooshed text format as displayed on the browser
-
toDisplayFormatUnknown
- Specified by:
toDisplayFormatUnknownin 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)
-