public class SVNAdminEventAction
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static SVNAdminEventAction |
DUMP_FILTER_DROPPED_NODE
Informs of a dropped node during dumpfiltering.
|
static SVNAdminEventAction |
DUMP_FILTER_DROPPED_RENUMBERED_REVISION
Informs of the original revision that was dropped during dumpfiltering.
|
static SVNAdminEventAction |
DUMP_FILTER_RENUMBERED_REVISION
Informs of an original revision that was renumbered.
|
static SVNAdminEventAction |
DUMP_FILTER_REVISION_COMMITTED
Says that a next revision was processed during dumpfiltering.
|
static SVNAdminEventAction |
DUMP_FILTER_REVISION_SKIPPED
Informs that an original revision is dropped.
|
static SVNAdminEventAction |
DUMP_FILTER_TOTAL_NODES_DROPPED
Provides the total number of dropped nodes during dumpfiltering.
|
static SVNAdminEventAction |
DUMP_FILTER_TOTAL_REVISIONS_DROPPED
Informs of the total number of dropped revisions.
|
static SVNAdminEventAction |
LOCK_LISTED
A next lock is fetched from the repository.
|
static SVNAdminEventAction |
NORMALIZED_PROPERTIES |
static SVNAdminEventAction |
NOT_LOCKED
Says that a path is not locked.
|
static SVNAdminEventAction |
PACK_END
Informs of a next shard packing end.
|
static SVNAdminEventAction |
PACK_START
Informs of a next shard packing start.
|
static SVNAdminEventAction |
RECOVERY_STARTED
Says that a recovery process is about to start.
|
static SVNAdminEventAction |
REVISION_DUMPED
A 'next revision dumped' action.
|
static SVNAdminEventAction |
REVISION_LOAD
An action that denotes a next revision load is started.
|
static SVNAdminEventAction |
REVISION_LOAD_ADD_PATH
An action that denotes adding a next path within the current revision being loaded.
|
static SVNAdminEventAction |
REVISION_LOAD_DELETE_PATH
An action that denotes deleting a next path within the current revision being loaded.
|
static SVNAdminEventAction |
REVISION_LOAD_EDIT_PATH
An action that denotes editing a next path within the current revision being loaded.
|
static SVNAdminEventAction |
REVISION_LOAD_REPLACE_PATH
An action that denotes replacing a next path within the current revision being loaded.
|
static SVNAdminEventAction |
REVISION_LOADED
An action that denotes a next revision load is completed.
|
static SVNAdminEventAction |
REVISION_PROPERTIES_COPIED
Says that revision properties were copied.
|
static SVNAdminEventAction |
TRANSACTION_LISTED
A 'next transaction listed' action.
|
static SVNAdminEventAction |
TRANSACTION_REMOVED
A 'next transaction removed' action.
|
static SVNAdminEventAction |
UNLOCK_FAILED
Says that unlocking a path failed.
|
static SVNAdminEventAction |
UNLOCKED
Says that a path was successfully unlocked.
|
static SVNAdminEventAction |
UPGRADE
Says that an upgrade process is about to start.
|
Modifier and Type | Method and Description |
---|---|
int |
getID()
Returns an action id
|
java.lang.String |
toString()
Gives a string representation of this action.
|
public static final SVNAdminEventAction REVISION_LOAD
public static final SVNAdminEventAction REVISION_LOADED
public static final SVNAdminEventAction REVISION_LOAD_EDIT_PATH
public static final SVNAdminEventAction REVISION_LOAD_DELETE_PATH
public static final SVNAdminEventAction REVISION_LOAD_ADD_PATH
public static final SVNAdminEventAction REVISION_LOAD_REPLACE_PATH
public static final SVNAdminEventAction REVISION_DUMPED
public static final SVNAdminEventAction TRANSACTION_LISTED
public static final SVNAdminEventAction TRANSACTION_REMOVED
public static final SVNAdminEventAction UNLOCK_FAILED
public static final SVNAdminEventAction UNLOCKED
public static final SVNAdminEventAction NOT_LOCKED
public static final SVNAdminEventAction LOCK_LISTED
public static final SVNAdminEventAction RECOVERY_STARTED
public static final SVNAdminEventAction UPGRADE
public static final SVNAdminEventAction REVISION_PROPERTIES_COPIED
public static final SVNAdminEventAction DUMP_FILTER_REVISION_COMMITTED
public static final SVNAdminEventAction DUMP_FILTER_REVISION_SKIPPED
public static final SVNAdminEventAction DUMP_FILTER_TOTAL_REVISIONS_DROPPED
public static final SVNAdminEventAction DUMP_FILTER_DROPPED_RENUMBERED_REVISION
public static final SVNAdminEventAction DUMP_FILTER_RENUMBERED_REVISION
public static final SVNAdminEventAction DUMP_FILTER_TOTAL_NODES_DROPPED
public static final SVNAdminEventAction DUMP_FILTER_DROPPED_NODE
public static final SVNAdminEventAction PACK_START
public static final SVNAdminEventAction PACK_END
public static final SVNAdminEventAction NORMALIZED_PROPERTIES
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.