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 LoadChangesIntervalcreate(LVcsRootInstance fromRoot, RepositoryState fromState, LVcsRootInstance toRoot, RepositoryState toState)booleanequals(Object obj)LVcsRootInstancefromRoot()RepositoryStatefromState()inthashCode()LVcsRootInstancetoRoot()RepositoryStatetoState()StringtoString()
-
-
-
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()
-
-