@Internal public class AuxiliaryIdentities extends Object
Modifier and Type | Field and Description |
---|---|
static ItemIdentity |
ALL_REMOTE_ISSUE_LINKS |
static String |
GLOBAL_PERMISSION_TYPE |
static String |
PROJECT_PERMISSION_TYPE |
static String |
REMOTE_ISSUE_LINK_TYPE |
static String |
TEMPO_TEAM_PERMISSIONS |
static String |
TEMPO_WORK_ATTRIBUTE |
Constructor and Description |
---|
AuxiliaryIdentities() |
Modifier and Type | Method and Description |
---|---|
static ItemIdentity |
globalPermission(String key) |
static ItemIdentity |
projectPermission(String key) |
static ItemIdentity |
tempoTeamPermissions(String teamId) |
static ItemIdentity |
tempoWorkAttribute(String workAttributeId) |
public static final String REMOTE_ISSUE_LINK_TYPE
public static final String TEMPO_WORK_ATTRIBUTE
public static final String TEMPO_TEAM_PERMISSIONS
public static final String GLOBAL_PERMISSION_TYPE
public static final String PROJECT_PERMISSION_TYPE
public static final ItemIdentity ALL_REMOTE_ISSUE_LINKS
@NotNull public static ItemIdentity tempoWorkAttribute(@NotNull String workAttributeId)
@NotNull public static ItemIdentity tempoTeamPermissions(@NotNull String teamId)
@NotNull public static ItemIdentity globalPermission(@NotNull String key)
@NotNull public static ItemIdentity projectPermission(@NotNull String key)
Copyright © 2024 Tempo Software. All Rights Reserved.