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