Class InvestigationsHistoryConstants
- java.lang.Object
-
- jetbrains.buildServer.responsibility.history.InvestigationsHistoryConstants
-
public class InvestigationsHistoryConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringASSIGNEE_CHANGEDstatic StringAUTOMATICALLY_WHEN_FIXEDstatic StringCOMMENTstatic StringCOMMENT_WAS_UPDATEDstatic StringMANUALLYstatic StringREMOVE_METHOD_WAS_CHANGEDstatic StringSCOPE_HAS_EXPANDEDstatic StringSTATE_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
-
-