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 addAdding a path to revision control.blame_revisionProcessed a single revision's blame.changelist_clearClear the changelist for a path.changelist_movedA path has moved to another changelist.changelist_setSet the changelist for a path.cleanup_externalRunning cleanup on an external module.commit_addedCommitting an addition.commit_copiedCommitting a non-overwriting copy (path is the target of the copy, not the source).commit_copied_replacedCommitting an overwriting (replace) copy (path is the target of the copy, not the source).commit_deletedCommitting a deletion.commit_finalizingFinalizing commit.commit_modifiedCommitting a modification.commit_postfix_txdeltaTransmitting post-fix text-delta data for a file.commit_replacedCommitting a replacement.conflict_resolver_doneConflict resolver is done.conflict_resolver_startingConflict resolver is starting.copyCopying a versioned path.deleteDeleting a versioned path.excludeRemoving a path by excluding it.existsTried adding a path that already exists.failed_conflictOperation failed because the node remains in conflictfailed_externalThe path is a subdirectory referenced in an externals definition which is unable to be operated on.failed_forbidden_by_serverOperation failed because the operation was forbiddenfailed_lockFailed to lock a pathfailed_lockedOperation failed because a node is lockedfailed_missingOperation failed because an added node is missingfailed_no_parentOperation failed because an added parent is not selectedfailed_obstructedOperation failed because a node is obstructedfailed_out_of_dateOperation failed because a node is out of datefailed_requires_targetThe operation failed because the operation (E.g.failed_revertA revert operation has failed.failed_unlockFailed to unlock a pathforeign_copy_beginA copy from a foreign repository has startedforeign_merge_beginA merge operation from a foreign repository has begun.info_externalRunning info on an external module.left_local_modificationsOperation left local modifications.lockedLocking a pathmerge_beginA merge operation has begun.merge_completedThe last notification in a merge.merge_elide_infoMergeinfo was removed due to elision.merge_record_infoThe mergeinfo on path was updated.merge_record_info_beginMergeinfo describing a merge was recorded.move_brokenA move in the working copy has been brokenpatchA file in the working copy was patched.patch_applied_hunkA hunk from a patch was applied.patch_hunk_already_appliedA hunk from a patch was found to be already applied.patch_rejected_hunkA hunk from a patch was rejected.path_nonexistentThe operation was attempted on a path which doesn't exist.property_addedProperty added.property_deletedProperty deleted.property_deleted_nonexistentProperty delete nonexistent.property_modifiedProperty modified.resolvedResolving a conflict.restoreRestoring a missing path from the pristine text-base.revertReverting a modified path.revprop_deletedRevision property deleted.revprop_setRevision property set.skipSkipping a path.skip_conflictedOperation skipped the path because it was conflictedstatus_completedThe last notification in a status (including status on externals).status_externalRunning status on an external module.tree_conflictThe path is a tree-conflict victim of the intended actionunlockedUnlocking a pathupdate_addGot an add in an update.update_broken_lockThe lock on a file was removed during updateupdate_completedThe last notification in an updateupdate_deleteGot a delete in an update.update_externalAbout to update an external module, use for checkouts and switches too, end with @c svn_wc_update_completed.update_external_removedAn update operation removed an external working copy.update_replacedGot a replaced in an update.update_shadowed_addApplying a shadowed addupdate_shadowed_deleteApplying a shadowed deleteupdate_shadowed_updateApplying a shadowed updateupdate_skip_access_deniedSkipped a file or directory to which access couldn't be obtainedupdate_skip_obstructionSkipping an obstruction working copyupdate_skip_working_onlySkipping a working only nodeupdate_startedStarting an update operationupdate_updateGot any other action in an update.upgraded_pathAn working copy directory was upgraded to the latest format.url_redirectThe server has instructed the client to follow a URL redirection. -
Method Summary
Modifier and Type Method Description StringtoString()static ClientNotifyInformation.ActionvalueOf(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:
toStringin classEnum<ClientNotifyInformation.Action>
-