Package org.apache.subversion.javahl
Enum ClientNotifyInformation.Action
java.lang.Object
java.lang.Enum<ClientNotifyInformation.Action>
org.apache.subversion.javahl.ClientNotifyInformation.Action
- All Implemented Interfaces:
Serializable
,Comparable<ClientNotifyInformation.Action>
,java.lang.constant.Constable
- Enclosing class:
- ClientNotifyInformation
public static enum ClientNotifyInformation.Action extends Enum<ClientNotifyInformation.Action>
The type of action triggering the notification
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description add
Adding a path to revision control.blame_revision
Processed a single revision's blame.changelist_clear
Clear the changelist for a path.changelist_moved
A path has moved to another changelist.changelist_set
Set the changelist for a path.cleanup_external
Running cleanup on an external module.commit_added
Committing an addition.commit_copied
Committing a non-overwriting copy (path is the target of the copy, not the source).commit_copied_replaced
Committing an overwriting (replace) copy (path is the target of the copy, not the source).commit_deleted
Committing a deletion.commit_finalizing
Finalizing commit.commit_modified
Committing a modification.commit_postfix_txdelta
Transmitting post-fix text-delta data for a file.commit_replaced
Committing a replacement.conflict_resolver_done
Conflict resolver is done.conflict_resolver_starting
Conflict resolver is starting.copy
Copying a versioned path.delete
Deleting a versioned path.exclude
Removing a path by excluding it.exists
Tried adding a path that already exists.failed_conflict
Operation failed because the node remains in conflictfailed_external
The path is a subdirectory referenced in an externals definition which is unable to be operated on.failed_forbidden_by_server
Operation failed because the operation was forbiddenfailed_lock
Failed to lock a pathfailed_locked
Operation failed because a node is lockedfailed_missing
Operation failed because an added node is missingfailed_no_parent
Operation failed because an added parent is not selectedfailed_obstructed
Operation failed because a node is obstructedfailed_out_of_date
Operation failed because a node is out of datefailed_requires_target
The operation failed because the operation (E.g.failed_revert
A revert operation has failed.failed_unlock
Failed to unlock a pathforeign_copy_begin
A copy from a foreign repository has startedforeign_merge_begin
A merge operation from a foreign repository has begun.info_external
Running info on an external module.left_local_modifications
Operation left local modifications.locked
Locking a pathmerge_begin
A merge operation has begun.merge_completed
The last notification in a merge.merge_elide_info
Mergeinfo was removed due to elision.merge_record_info
The mergeinfo on path was updated.merge_record_info_begin
Mergeinfo describing a merge was recorded.move_broken
A move in the working copy has been brokenpatch
A file in the working copy was patched.patch_applied_hunk
A hunk from a patch was applied.patch_hunk_already_applied
A hunk from a patch was found to be already applied.patch_rejected_hunk
A hunk from a patch was rejected.path_nonexistent
The operation was attempted on a path which doesn't exist.property_added
Property added.property_deleted
Property deleted.property_deleted_nonexistent
Property delete nonexistent.property_modified
Property modified.resolved
Resolving a conflict.restore
Restoring a missing path from the pristine text-base.revert
Reverting a modified path.revprop_deleted
Revision property deleted.revprop_set
Revision property set.skip
Skipping a path.skip_conflicted
Operation skipped the path because it was conflictedstatus_completed
The last notification in a status (including status on externals).status_external
Running status on an external module.tree_conflict
The path is a tree-conflict victim of the intended actionunlocked
Unlocking a pathupdate_add
Got an add in an update.update_broken_lock
The lock on a file was removed during updateupdate_completed
The last notification in an updateupdate_delete
Got a delete in an update.update_external
About to update an external module, use for checkouts and switches too, end with @c svn_wc_update_completed.update_external_removed
An update operation removed an external working copy.update_replaced
Got a replaced in an update.update_shadowed_add
Applying a shadowed addupdate_shadowed_delete
Applying a shadowed deleteupdate_shadowed_update
Applying a shadowed updateupdate_skip_access_denied
Skipped a file or directory to which access couldn't be obtainedupdate_skip_obstruction
Skipping an obstruction working copyupdate_skip_working_only
Skipping a working only nodeupdate_started
Starting an update operationupdate_update
Got any other action in an update.upgraded_path
An working copy directory was upgraded to the latest format.url_redirect
The server has instructed the client to follow a URL redirection. -
Method Summary
Modifier and Type Method Description String
toString()
static ClientNotifyInformation.Action
valueOf(String name)
Returns the enum constant of this type with the specified name.static ClientNotifyInformation.Action[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
add
Adding a path to revision control. -
copy
Copying a versioned path. -
delete
Deleting a versioned path. -
restore
Restoring a missing path from the pristine text-base. -
revert
Reverting a modified path. -
failed_revert
A revert operation has failed. -
resolved
Resolving a conflict. -
skip
Skipping a path. -
update_delete
Got a delete in an update. -
update_add
Got an add in an update. -
update_update
Got any other action in an update. -
update_completed
The last notification in an update -
update_external
About to update an external module, use for checkouts and switches too, end with @c svn_wc_update_completed. -
status_completed
The last notification in a status (including status on externals). -
status_external
Running status on an external module. -
commit_modified
Committing a modification. -
commit_added
Committing an addition. -
commit_deleted
Committing a deletion. -
commit_replaced
Committing a replacement. -
commit_postfix_txdelta
Transmitting post-fix text-delta data for a file. -
blame_revision
Processed a single revision's blame. -
locked
Locking a path -
unlocked
Unlocking a path -
failed_lock
Failed to lock a path -
failed_unlock
Failed to unlock a path -
exists
Tried adding a path that already exists. -
changelist_set
Set the changelist for a path. -
changelist_clear
Clear the changelist for a path. -
changelist_moved
A path has moved to another changelist. -
merge_begin
A merge operation has begun. -
foreign_merge_begin
A merge operation from a foreign repository has begun. -
update_replaced
Got a replaced in an update. -
property_added
Property added. -
property_modified
Property modified. -
property_deleted
Property deleted. -
property_deleted_nonexistent
Property delete nonexistent. -
revprop_set
Revision property set. -
revprop_deleted
Revision property deleted. -
merge_completed
The last notification in a merge. -
tree_conflict
The path is a tree-conflict victim of the intended action -
failed_external
The path is a subdirectory referenced in an externals definition which is unable to be operated on. -
update_started
Starting an update operation -
update_skip_obstruction
Skipping an obstruction working copy -
update_skip_working_only
Skipping a working only node -
update_skip_access_denied
Skipped a file or directory to which access couldn't be obtained -
update_external_removed
An update operation removed an external working copy. -
update_shadowed_add
Applying a shadowed add -
update_shadowed_update
Applying a shadowed update -
update_shadowed_delete
Applying a shadowed delete -
merge_record_info
The mergeinfo on path was updated. -
upgraded_path
An working copy directory was upgraded to the latest format. -
merge_record_info_begin
Mergeinfo describing a merge was recorded. -
merge_elide_info
Mergeinfo was removed due to elision. -
patch
A file in the working copy was patched. -
patch_applied_hunk
A hunk from a patch was applied. -
patch_rejected_hunk
A hunk from a patch was rejected. -
patch_hunk_already_applied
A hunk from a patch was found to be already applied. -
commit_copied
Committing a non-overwriting copy (path is the target of the copy, not the source). -
commit_copied_replaced
Committing an overwriting (replace) copy (path is the target of the copy, not the source). -
url_redirect
The server has instructed the client to follow a URL redirection. -
path_nonexistent
The operation was attempted on a path which doesn't exist. -
exclude
Removing a path by excluding it. -
failed_conflict
Operation failed because the node remains in conflict -
failed_missing
Operation failed because an added node is missing -
failed_out_of_date
Operation failed because a node is out of date -
failed_no_parent
Operation failed because an added parent is not selected -
failed_locked
Operation failed because a node is locked -
failed_forbidden_by_server
Operation failed because the operation was forbidden -
skip_conflicted
Operation skipped the path because it was conflicted -
update_broken_lock
The lock on a file was removed during update -
failed_obstructed
Operation failed because a node is obstructed -
conflict_resolver_starting
Conflict resolver is starting. -
conflict_resolver_done
Conflict resolver is done. -
left_local_modifications
Operation left local modifications. -
foreign_copy_begin
A copy from a foreign repository has started- Since:
- New in 1.8.
-
move_broken
A move in the working copy has been broken- Since:
- New in 1.8.
-
cleanup_external
Running cleanup on an external module.- Since:
- New in 1.9.
-
failed_requires_target
The operation failed because the operation (E.g. commit) is only valid if the operation includes this path.- Since:
- New in 1.9.
-
info_external
Running info on an external module.- Since:
- New in 1.9.
-
commit_finalizing
Finalizing commit.- Since:
- New in 1.9.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
- Overrides:
toString
in classEnum<ClientNotifyInformation.Action>
-