|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface VcsChangeInfo
Presents information about file change in version control modifiration
| Nested Class Summary | |
|---|---|
static class |
VcsChangeInfo.ContentType
Type of file content requested for file change |
static class |
VcsChangeInfo.Type
Type of file change |
| Method Summary | |
|---|---|
java.lang.String |
getAfterChangeRevisionNumber()
Revision number of the file after the change. |
java.lang.String |
getBeforeChangeRevisionNumber()
Revision number of the file before the change. |
java.lang.String |
getChangeTypeName()
|
java.lang.String |
getFileName()
|
java.lang.String |
getRelativeFileName()
Returns the relative name of this file. |
VcsChangeInfo.Type |
getType()
|
| Method Detail |
|---|
@Nullable java.lang.String getChangeTypeName()
@NotNull java.lang.String getFileName()
@NotNull java.lang.String getRelativeFileName()
@NotNull VcsChangeInfo.Type getType()
java.lang.String getBeforeChangeRevisionNumber()
VcsSupportCore.getCurrentVersion(VcsRoot) method.
This revision is shown in the web UI only and it should have some meaningful value for users.
Also this revision may help VCS plugin to obtain file content, see VcsFileContentProvider
java.lang.String getAfterChangeRevisionNumber()
getBeforeChangeRevisionNumber().
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||