Package org.tigris.subversion.javahl
Interface NotifyAction
- All Known Implementing Classes:
Notify.Action
public interface NotifyAction
The type of action triggering the notification
-
Field Summary
Fields Modifier and Type Field Description static String[]
actionNames
textual representation of the action typesstatic int
add
Adding a path to revision control.static int
blame_revision
Processed a single revision's blame.static int
changelist_clear
static int
changelist_set
static int
commit_added
Committing an addition.static int
commit_deleted
Committing a deletion.static int
commit_modified
Committing a modification.static int
commit_postfix_txdelta
Transmitting post-fix text-delta data for a file.static int
commit_replaced
Committing a replacement.static int
copy
Copying a versioned path.static int
delete
Deleting a versioned path.static int
exists
static int
failed_lock
static int
failed_revert
A revert operation has failed.static int
failed_unlock
static int
foreign_merge_begin
static int
locked
static int
merge_begin
static int
merge_completed
static int
property_added
static int
property_deleted
static int
property_deleted_nonexistent
static int
property_modified
static int
resolved
Resolving a conflict.static int
restore
Restoring a missing path from the pristine text-base.static int
revert
Reverting a modified path.static int
revprop_deleted
static int
revprop_set
static int
skip
Skipping a path.static int
status_completed
The last notification in a status (including status on externals).static int
status_external
Running status on an external module.static int
tree_conflict
static int
unlocked
static int
update_add
Got an add in an update.static int
update_completed
The last notification in an updatestatic int
update_delete
Got a delete in an update.static int
update_external
About to update an external module, use for checkouts and switches too, end with @c svn_wc_update_completed.static int
update_replaced
static int
update_update
Got any other action in an update.
-
Field Details
-
add
static final int addAdding a path to revision control.- See Also:
- Constant Field Values
-
copy
static final int copyCopying a versioned path.- See Also:
- Constant Field Values
-
delete
static final int deleteDeleting a versioned path.- See Also:
- Constant Field Values
-
restore
static final int restoreRestoring a missing path from the pristine text-base.- See Also:
- Constant Field Values
-
revert
static final int revertReverting a modified path.- See Also:
- Constant Field Values
-
failed_revert
static final int failed_revertA revert operation has failed.- See Also:
- Constant Field Values
-
resolved
static final int resolvedResolving a conflict.- See Also:
- Constant Field Values
-
skip
static final int skipSkipping a path.- See Also:
- Constant Field Values
-
update_delete
static final int update_deleteGot a delete in an update.- See Also:
- Constant Field Values
-
update_add
static final int update_addGot an add in an update.- See Also:
- Constant Field Values
-
update_update
static final int update_updateGot any other action in an update.- See Also:
- Constant Field Values
-
update_completed
static final int update_completedThe last notification in an update- See Also:
- Constant Field Values
-
update_external
static final int update_externalAbout to update an external module, use for checkouts and switches too, end with @c svn_wc_update_completed.- See Also:
- Constant Field Values
-
status_completed
static final int status_completedThe last notification in a status (including status on externals).- See Also:
- Constant Field Values
-
status_external
static final int status_externalRunning status on an external module.- See Also:
- Constant Field Values
-
commit_modified
static final int commit_modifiedCommitting a modification.- See Also:
- Constant Field Values
-
commit_added
static final int commit_addedCommitting an addition.- See Also:
- Constant Field Values
-
commit_deleted
static final int commit_deletedCommitting a deletion.- See Also:
- Constant Field Values
-
commit_replaced
static final int commit_replacedCommitting a replacement.- See Also:
- Constant Field Values
-
commit_postfix_txdelta
static final int commit_postfix_txdeltaTransmitting post-fix text-delta data for a file.- See Also:
- Constant Field Values
-
blame_revision
static final int blame_revisionProcessed a single revision's blame.- See Also:
- Constant Field Values
-
locked
static final int locked- Since:
- 1.2 Locking a path
- See Also:
- Constant Field Values
-
unlocked
static final int unlocked- Since:
- 1.2 Unlocking a path
- See Also:
- Constant Field Values
-
failed_lock
static final int failed_lock- Since:
- 1.2 Failed to lock a path
- See Also:
- Constant Field Values
-
failed_unlock
static final int failed_unlock- Since:
- 1.2 Failed to unlock a path
- See Also:
- Constant Field Values
-
exists
static final int exists- Since:
- 1.5 Tried adding a path that already exists.
- See Also:
- Constant Field Values
-
changelist_set
static final int changelist_set- Since:
- 1.5 Set the changelist for a path.
- See Also:
- Constant Field Values
-
changelist_clear
static final int changelist_clear- Since:
- 1.5 Clear the changelist for a path.
- See Also:
- Constant Field Values
-
merge_begin
static final int merge_begin- Since:
- 1.5 A merge operation has begun.
- See Also:
- Constant Field Values
-
foreign_merge_begin
static final int foreign_merge_begin- Since:
- 1.5 A merge operation from a foreign repository has begun.
- See Also:
- Constant Field Values
-
update_replaced
static final int update_replaced- Since:
- 1.5 Got a replaced in an update.
- See Also:
- Constant Field Values
-
property_added
static final int property_added- Since:
- 1.6 Property added.
- See Also:
- Constant Field Values
-
property_modified
static final int property_modified- Since:
- 1.6 Property modified.
- See Also:
- Constant Field Values
-
property_deleted
static final int property_deleted- Since:
- 1.6 Property deleted.
- See Also:
- Constant Field Values
-
property_deleted_nonexistent
static final int property_deleted_nonexistent- Since:
- 1.6 Property delete nonexistent.
- See Also:
- Constant Field Values
-
revprop_set
static final int revprop_set- Since:
- 1.6 Revision property set.
- See Also:
- Constant Field Values
-
revprop_deleted
static final int revprop_deleted- Since:
- 1.6 Revision property deleted.
- See Also:
- Constant Field Values
-
merge_completed
static final int merge_completed- Since:
- 1.6 The last notification in a merge
- See Also:
- Constant Field Values
-
tree_conflict
static final int tree_conflict- Since:
- 1.6 The path is a tree-conflict victim of the intended action
- See Also:
- Constant Field Values
-
actionNames
textual representation of the action types
-