org.tigris.subversion.javahl

Interface NotifyAction

Known Implementing Classes:
Notify.Action

public interface NotifyAction

The type of action triggering the notification

Field Summary

static String[]
actionNames
textual representation of the action types
static int
add
Adding a path to revision control.
static int
blame_revision
Processed a single revision's blame.
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
failed_lock
static int
failed_revert
A revert operation has failed.
static int
failed_unlock
static int
locked
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
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
unlocked
static int
update_add
Got an add in an update.
static int
update_completed
The last notification in an update
static 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_update
Got any other action in an update.

Field Details

actionNames

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

add

public static final int add
Adding a path to revision control.
Field Value:
0

blame_revision

public static final int blame_revision
Processed a single revision's blame.
Field Value:
20

commit_added

public static final int commit_added
Committing an addition.
Field Value:
16

commit_deleted

public static final int commit_deleted
Committing a deletion.
Field Value:
17

commit_modified

public static final int commit_modified
Committing a modification.
Field Value:
15

commit_postfix_txdelta

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

commit_replaced

public static final int commit_replaced
Committing a replacement.
Field Value:
18

copy

public static final int copy
Copying a versioned path.
Field Value:
1

delete

public static final int delete
Deleting a versioned path.
Field Value:
2

failed_lock

public static final int failed_lock
Field Value:
23
Since:
1.2 Failed to lock a path

failed_revert

public static final int failed_revert
A revert operation has failed.
Field Value:
5

failed_unlock

public static final int failed_unlock
Field Value:
24
Since:
1.2 Failed to unlock a path

locked

public static final int locked
Field Value:
21
Since:
1.2 Locking a path

resolved

public static final int resolved
Resolving a conflict.
Field Value:
6

restore

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

revert

public static final int revert
Reverting a modified path.
Field Value:
4

status_completed

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

status_external

public static final int status_external
Running status on an external module.
Field Value:
14

unlocked

public static final int unlocked
Field Value:
22
Since:
1.2 Unlocking a path

update_add

public static final int update_add
Got an add in an update.
Field Value:
9

update_completed

public static final int update_completed
The last notification in an update
Field Value:
11

update_delete

public static final int update_delete
Got a delete in an update.
Field Value:
8

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.
Field Value:
12

update_update

public static final int update_update
Got any other action in an update.
Field Value:
10