Interface PropertyType
-
public interface PropertyType
-
-
Field Summary
Fields Modifier and Type Field Description static String
CHANGE_SET_TYPE
Url to change set.static String
DIFF_TYPE
Url to a diff for a changed filestatic String
LINK_ICON_CLASS
Class name for link iconstatic String
LINK_TEXT
Link text or titlestatic String
NEW_TYPE
Url to a newly added filestatic String
REMOVED_TYPE
Url to removed file
-
-
-
Field Detail
-
DIFF_TYPE
static final String DIFF_TYPE
Url to a diff for a changed file- See Also:
- Constant Field Values
-
NEW_TYPE
static final String NEW_TYPE
Url to a newly added file- See Also:
- Constant Field Values
-
REMOVED_TYPE
static final String REMOVED_TYPE
Url to removed file- See Also:
- Constant Field Values
-
CHANGE_SET_TYPE
static final String CHANGE_SET_TYPE
Url to change set.- See Also:
- Constant Field Values
-
LINK_TEXT
static final String LINK_TEXT
Link text or title- See Also:
- Constant Field Values
-
LINK_ICON_CLASS
static final String LINK_ICON_CLASS
Class name for link icon- See Also:
- Constant Field Values
-
-