Class LoadChangesResult
- java.lang.Object
-
- jetbrains.buildServer.buildTriggers.vcs.LoadChangesResult
-
public class LoadChangesResult extends Object
Created 25.08.13 14:04- Author:
- Eugene Petrenko (eugene.petrenko@jetbrains.com)
-
-
Constructor Summary
Constructors Constructor Description LoadChangesResult(PersistChangesResult persistResult, boolean anyChangesCollected, boolean hasErrors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
anyChangesCollected()
PersistChangesResult
getPersistResult()
boolean
hasErrors()
-
-
-
Constructor Detail
-
LoadChangesResult
public LoadChangesResult(@NotNull PersistChangesResult persistResult, boolean anyChangesCollected, boolean hasErrors)
-
-
Method Detail
-
getPersistResult
@NotNull public PersistChangesResult getPersistResult()
-
hasErrors
public boolean hasErrors()
-
anyChangesCollected
public boolean anyChangesCollected()
-
-