public interface ChangeStatusProvider
Modifier and Type | Method and Description |
---|---|
ChangeStatusListBuilder |
createChangeStatusListBuilder()
Returns new ChangeStatusListBuilder which allows to get list of ChangeStatus
from SVcsModification list according to specified settings.
|
ChangeStatus |
getChangeStatus(SVcsModification modification)
Returns ChangeStatus for given VCS modification.
|
ChangeStatus |
getMergedChangeStatus(SVcsModification modification)
Returns merged ChangeStatus for given VCS modification.
|
@NotNull ChangeStatus getChangeStatus(@NotNull SVcsModification modification)
modification
- VCS modification of interest@NotNull ChangeStatus getMergedChangeStatus(@NotNull SVcsModification modification)
modification
- VCS modification of interest@NotNull ChangeStatusListBuilder createChangeStatusListBuilder()