@Label(value="Change") public interface GitChangeDescriptor extends GitDescriptor
| Modifier and Type | Method and Description |
|---|---|
GitFileDescriptor |
getCopies() |
GitFileDescriptor |
getCreates() |
GitFileDescriptor |
getDeletes() |
java.lang.String |
getModificationKind() |
GitFileDescriptor |
getModifies() |
GitFileDescriptor |
getRenames() |
GitFileDescriptor |
getUpdates() |
void |
setCopies(GitFileDescriptor gitFileDescriptor) |
void |
setCreates(GitFileDescriptor gitFileDescriptor) |
void |
setDeletes(GitFileDescriptor gitFileDescriptor) |
void |
setModificationKind(java.lang.String modificationKind) |
void |
setModifies(GitFileDescriptor gitFileDescriptor) |
void |
setRenames(GitFileDescriptor gitFileDescriptor) |
void |
setUpdates(GitFileDescriptor gitFileDescriptor) |
@Property(value="modificationKind") java.lang.String getModificationKind()
void setModificationKind(java.lang.String modificationKind)
@Relation(value="MODIFIES") GitFileDescriptor getModifies()
void setModifies(GitFileDescriptor gitFileDescriptor)
@Relation(value="CREATES") GitFileDescriptor getCreates()
void setCreates(GitFileDescriptor gitFileDescriptor)
@Relation(value="UPDATES") GitFileDescriptor getUpdates()
void setUpdates(GitFileDescriptor gitFileDescriptor)
@Relation(value="DELETES") GitFileDescriptor getDeletes()
void setDeletes(GitFileDescriptor gitFileDescriptor)
@Relation(value="RENAMES") GitFileDescriptor getRenames()
void setRenames(GitFileDescriptor gitFileDescriptor)
@Relation(value="COPIES") GitFileDescriptor getCopies()
void setCopies(GitFileDescriptor gitFileDescriptor)