Git2::GitStashApplyProgressT
Inherits Enum < Comparable < Value < Object
Constants
GIT_STASH_APPLY_PROGRESS_NONE = 0
GIT_STASH_APPLY_PROGRESS_LOADING_STASH = 1
GIT_STASH_APPLY_PROGRESS_ANALYZE_INDEX = 2
GIT_STASH_APPLY_PROGRESS_ANALYZE_MODIFIED = 3
GIT_STASH_APPLY_PROGRESS_ANALYZE_UNTRACKED = 4
GIT_STASH_APPLY_PROGRESS_CHECKOUT_UNTRACKED = 5
GIT_STASH_APPLY_PROGRESS_CHECKOUT_MODIFIED = 6
GIT_STASH_APPLY_PROGRESS_DONE = 7
Instance methods
git_stash_apply_progress_analyze_index?
Returns true if this enum value equals GIT_STASH_APPLY_PROGRESS_ANALYZE_INDEX
git_stash_apply_progress_analyze_modified?
Returns true if this enum value equals GIT_STASH_APPLY_PROGRESS_ANALYZE_MODIFIED
git_stash_apply_progress_analyze_untracked?
Returns true if this enum value equals GIT_STASH_APPLY_PROGRESS_ANALYZE_UNTRACKED
git_stash_apply_progress_checkout_modified?
Returns true if this enum value equals GIT_STASH_APPLY_PROGRESS_CHECKOUT_MODIFIED
git_stash_apply_progress_checkout_untracked?
Returns true if this enum value equals GIT_STASH_APPLY_PROGRESS_CHECKOUT_UNTRACKED
git_stash_apply_progress_done?
Returns true if this enum value equals GIT_STASH_APPLY_PROGRESS_DONE
git_stash_apply_progress_loading_stash?
Returns true if this enum value equals GIT_STASH_APPLY_PROGRESS_LOADING_STASH
git_stash_apply_progress_none?
Returns true if this enum value equals GIT_STASH_APPLY_PROGRESS_NONE