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 void
reportConnectionFailed(Throwable e)
void
reportConnectionFailed(VcsException e, CheckoutRules rule)
void
reportConnectionSuccessful()
void
reportConnectionSuccessful(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:
reportConnectionFailed
in interfaceConnectionStateReporter
-
reportConnectionFailed
public void reportConnectionFailed(@NotNull VcsException e, @Nullable CheckoutRules rule)
- Specified by:
reportConnectionFailed
in interfaceConnectionStateReporter
-
reportConnectionSuccessful
public void reportConnectionSuccessful()
- Specified by:
reportConnectionSuccessful
in interfaceConnectionStateReporter
-
reportConnectionSuccessful
public void reportConnectionSuccessful(@Nullable CheckoutRules rules)
- Specified by:
reportConnectionSuccessful
in interfaceConnectionStateReporter
-
-