Package jetbrains.buildServer.vcs
Interface ChangesLoaderContext.OperationRejectedReason
-
- Enclosing interface:
- ChangesLoaderContext
public static interface ChangesLoaderContext.OperationRejectedReason
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VcsOperationRejectedException
getError()
VcsRoot
getVcsRoot()
-
-
-
Method Detail
-
getVcsRoot
@NotNull VcsRoot getVcsRoot()
-
getError
@NotNull VcsOperationRejectedException getError()
-
-