Class InvestigationsHistoryConstants
- java.lang.Object
-
- jetbrains.buildServer.responsibility.history.InvestigationsHistoryConstants
-
public class InvestigationsHistoryConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ASSIGNEE_CHANGED
static String
AUTOMATICALLY_WHEN_FIXED
static String
COMMENT
static String
COMMENT_WAS_UPDATED
static String
MANUALLY
static String
REMOVE_METHOD_WAS_CHANGED
static String
SCOPE_HAS_EXPANDED
static String
STATE_CHANGED
-
Constructor Summary
Constructors Constructor Description InvestigationsHistoryConstants()
-
-
-
Field Detail
-
ASSIGNEE_CHANGED
public static final String ASSIGNEE_CHANGED
- See Also:
- Constant Field Values
-
STATE_CHANGED
public static final String STATE_CHANGED
- See Also:
- Constant Field Values
-
COMMENT_WAS_UPDATED
public static final String COMMENT_WAS_UPDATED
- See Also:
- Constant Field Values
-
REMOVE_METHOD_WAS_CHANGED
public static final String REMOVE_METHOD_WAS_CHANGED
- See Also:
- Constant Field Values
-
AUTOMATICALLY_WHEN_FIXED
public static final String AUTOMATICALLY_WHEN_FIXED
- See Also:
- Constant Field Values
-
MANUALLY
public static final String MANUALLY
- See Also:
- Constant Field Values
-
COMMENT
public static final String COMMENT
- See Also:
- Constant Field Values
-
SCOPE_HAS_EXPANDED
public static final String SCOPE_HAS_EXPANDED
- See Also:
- Constant Field Values
-
-