Class LoadChangesInterval
- java.lang.Object
-
- jetbrains.buildServer.buildTriggers.vcs.LoadChangesInterval
-
public final class LoadChangesInterval extends Object
TeamCity loads changes in intervals: (.. ] When changes loaded in a single repository, from repository is null. - Author:
- dmitry.neverov
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LoadChangesInterval
create(LVcsRootInstance fromRoot, RepositoryState fromState, LVcsRootInstance toRoot, RepositoryState toState)
boolean
equals(Object obj)
LVcsRootInstance
fromRoot()
RepositoryState
fromState()
int
hashCode()
LVcsRootInstance
toRoot()
RepositoryState
toState()
String
toString()
-
-
-
Method Detail
-
create
public static LoadChangesInterval create(@Nullable LVcsRootInstance fromRoot, @Nullable RepositoryState fromState, @NotNull LVcsRootInstance toRoot, @Nullable RepositoryState toState)
-
fromRoot
@Nullable public LVcsRootInstance fromRoot()
-
toRoot
@NotNull public LVcsRootInstance toRoot()
-
fromState
@Nullable public RepositoryState fromState()
-
toState
@Nullable public RepositoryState toState()
-
-