Package jetbrains.buildServer.serverSide
Interface VcsStatusProvider
-
- All Superinterfaces:
LVcsStatusLogger
,VcsStatusLogger
- All Known Implementing Classes:
VcsStatusProviderImpl
public interface VcsStatusProvider extends VcsStatusLogger
Collects success / failure statuses for VCS roots in build configurations.- See Also:
VcsStatusLogger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Map<BuildType,Collection<VcsRoot>>
getFailuresPerBuildType()
-
Methods inherited from interface jetbrains.buildServer.serverSide.LVcsStatusLogger
connectionFailed, connectionFailed, connectionSuccessful, currentStateFailedForVcsRoot, currentStateSuccessfulForVcsRoot, getConnectionStatus, isVcsRootHasGoodStatus, isVcsRootHasGoodStatus
-
-
-
-
Method Detail
-
getFailuresPerBuildType
@NotNull @Deprecated Map<BuildType,Collection<VcsRoot>> getFailuresPerBuildType()
Deprecated.Returns map of build configuration and vcs root pairs where connection is failed- Returns:
- see above
-
-