Class ConnectionStateReporterImpl
- java.lang.Object
-
- jetbrains.buildServer.buildTriggers.vcs.ConnectionStateReporterImpl
-
- All Implemented Interfaces:
ConnectionStateReporter
public class ConnectionStateReporterImpl extends Object implements ConnectionStateReporter
- Author:
- KIR
-
-
Constructor Summary
Constructors Constructor Description ConnectionStateReporterImpl(LVcsStatusLogger statusProvider, ChangesLoaderContext context, LVcsRootInstanceEx toRepository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreportConnectionFailed(Throwable e)voidreportConnectionFailed(VcsException e, CheckoutRules rule)voidreportConnectionSuccessful()voidreportConnectionSuccessful(CheckoutRules rules)
-
-
-
Constructor Detail
-
ConnectionStateReporterImpl
public ConnectionStateReporterImpl(@NotNull LVcsStatusLogger statusProvider, @NotNull ChangesLoaderContext context, @NotNull LVcsRootInstanceEx toRepository)
-
-
Method Detail
-
reportConnectionFailed
public void reportConnectionFailed(@NotNull Throwable e)- Specified by:
reportConnectionFailedin interfaceConnectionStateReporter
-
reportConnectionFailed
public void reportConnectionFailed(@NotNull VcsException e, @Nullable CheckoutRules rule)- Specified by:
reportConnectionFailedin interfaceConnectionStateReporter
-
reportConnectionSuccessful
public void reportConnectionSuccessful()
- Specified by:
reportConnectionSuccessfulin interfaceConnectionStateReporter
-
reportConnectionSuccessful
public void reportConnectionSuccessful(@Nullable CheckoutRules rules)- Specified by:
reportConnectionSuccessfulin interfaceConnectionStateReporter
-
-