Class LastChangeInfo
- java.lang.Object
-
- jetbrains.buildServer.buildTriggers.vcs.LastChangeInfo
-
public class LastChangeInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description LastChangeInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getLastDetectedChangeId()
long
getLastDetectedDate()
Long
getLastVcsRootId()
void
setTimeService(TimeService timeService)
void
update(SVcsModification modification)
-
-
-
Method Detail
-
getLastVcsRootId
public Long getLastVcsRootId()
-
getLastDetectedChangeId
public long getLastDetectedChangeId()
-
getLastDetectedDate
public long getLastDetectedDate()
-
update
public void update(@NotNull SVcsModification modification)
-
setTimeService
public void setTimeService(TimeService timeService)
-
-