Package jetbrains.buildServer.vcs
Class VcsHelper
- java.lang.Object
-
- jetbrains.buildServer.vcs.VcsHelper
-
public class VcsHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description VcsHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
extractDetails(Throwable problem, VcsRoot root)
static String
replacePasswords(String line, VcsRoot root)
static <T extends VcsModification>
List<T>selectModificationsForNumberOfActiveDays(List<T> modifications, int numberOfActiveDays)
-
-
-
Method Detail
-
replacePasswords
@Nullable @Contract("null,_->null;!null,_->!null") public static String replacePasswords(@Nullable String line, @NotNull VcsRoot root)
-
selectModificationsForNumberOfActiveDays
public static <T extends VcsModification> List<T> selectModificationsForNumberOfActiveDays(List<T> modifications, int numberOfActiveDays)
-
-