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
The type of action triggering the notification
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAdding a path to revision control.Processed a single revision's blame.Clear the changelist for a path.A path has moved to another changelist.Set the changelist for a path.Committing an addition.Committing a non-overwriting copy (path is the target of the copy, not the source).Committing an overwriting (replace) copy (path is the target of the copy, not the source).Committing a deletion.Committing a modification.Transmitting post-fix text-delta data for a file.Committing a replacement.Conflict resolver is done.Conflict resolver is starting.Copying a versioned path.Deleting a versioned path.Removing a path by excluding it.Tried adding a path that already exists.Operation failed because the node remains in conflictThe path is a subdirectory referenced in an externals definition which is unable to be operated on.Operation failed because the operation was forbiddenFailed to lock a pathOperation failed because a node is lockedOperation failed because an added node is missingOperation failed because an added parent is not selectedOperation failed because a node is obstructedOperation failed because a node is out of dateA revert operation has failed.Failed to unlock a pathA copy from a foreign repository has startedA merge operation from a foreign repository has begun.Operation left local modifications.Locking a pathA merge operation has begun.The last notification in a merge.Mergeinfo was removed due to elision.The mergeinfo on path was updated.Mergeinfo describing a merge was recorded.A move in the working copy has been brokenA file in the working copy was patched.A hunk from a patch was applied.A hunk from a patch was found to be already applied.A hunk from a patch was rejected.The operation was attempted on a path which doesn't exist.Property added.Property deleted.Property delete nonexistent.Property modified.Resolving a conflict.Restoring a missing path from the pristine text-base.Reverting a modified path.Revision property deleted.Revision property set.Skipping a path.Operation skipped the path because it was conflictedThe last notification in a status (including status on externals).Running status on an external module.The path is a tree-conflict victim of the intended actionUnlocking a pathGot an add in an update.The lock on a file was removed during updateThe last notification in an updateGot a delete in an update.About to update an external module, use for checkouts and switches too, end with @c svn_wc_update_completed.An update operation removed an external working copy.Got a replaced in an update.Applying a shadowed addApplying a shadowed deleteApplying a shadowed updateSkipped a file or directory to which access couldn't be obtainedSkipping an obstruction working copySkipping a working only nodeStarting an update operationGot any other action in an update.An working copy directory was upgraded to the latest format.The server has instructed the client to follow a URL redirection. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoString()
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.
-
-
Field Details
-
description
The description of the action.
-
-
Constructor Details
-
Action
-
-
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>
-