org.tigris.subversion.javahl

Interface NotifyAction

public interface NotifyAction

The type of action triggering the notification
Field Summary
static String[]actionNames
textual representation of the action types
static intadd
Adding a path to revision control.
static intblame_revision
Processed a single revision's blame.
static intcommit_added
Committing an addition.
static intcommit_deleted
Committing a deletion.
static intcommit_modified
Committing a modification.
static intcommit_postfix_txdelta
Transmitting post-fix text-delta data for a file.
static intcommit_replaced
Committing a replacement.
static intcopy
Copying a versioned path.
static intdelete
Deleting a versioned path.
static intfailed_lock
static intfailed_revert
A revert operation has failed.
static intfailed_unlock
static intlocked
static intresolved
Resolving a conflict.
static intrestore
Restoring a missing path from the pristine text-base.
static intrevert
Reverting a modified path.
static intskip
Skipping a path.
static intstatus_completed
The last notification in a status (including status on externals).
static intstatus_external
Running status on an external module.
static intunlocked
static intupdate_add
Got an add in an update.
static intupdate_completed
The last notification in an update
static intupdate_delete
Got a delete in an update.
static intupdate_external
About to update an external module, use for checkouts and switches too, end with @c svn_wc_update_completed.
static intupdate_update
Got any other action in an update.

Field Detail

actionNames

public static final String[] actionNames
textual representation of the action types

add

public static final int add
Adding a path to revision control.

blame_revision

public static final int blame_revision
Processed a single revision's blame.

commit_added

public static final int commit_added
Committing an addition.

commit_deleted

public static final int commit_deleted
Committing a deletion.

commit_modified

public static final int commit_modified
Committing a modification.

commit_postfix_txdelta

public static final int commit_postfix_txdelta
Transmitting post-fix text-delta data for a file.

commit_replaced

public static final int commit_replaced
Committing a replacement.

copy

public static final int copy
Copying a versioned path.

delete

public static final int delete
Deleting a versioned path.

failed_lock

public static final int failed_lock

Since: 1.2 Failed to lock a path

failed_revert

public static final int failed_revert
A revert operation has failed.

failed_unlock

public static final int failed_unlock

Since: 1.2 Failed to unlock a path

locked

public static final int locked

Since: 1.2 Locking a path

resolved

public static final int resolved
Resolving a conflict.

restore

public static final int restore
Restoring a missing path from the pristine text-base.

revert

public static final int revert
Reverting a modified path.

public static final int skip
Skipping a path.

status_completed

public static final int status_completed
The last notification in a status (including status on externals).

status_external

public static final int status_external
Running status on an external module.

unlocked

public static final int unlocked

Since: 1.2 Unlocking a path

update_add

public static final int update_add
Got an add in an update.

update_completed

public static final int update_completed
The last notification in an update

update_delete

public static final int update_delete
Got a delete in an update.

update_external

public static final int update_external
About to update an external module, use for checkouts and switches too, end with @c svn_wc_update_completed.

update_update

public static final int update_update
Got any other action in an update.