Class VcsModificationMatcher
- java.lang.Object
-
- org.hamcrest.BaseMatcher<T>
-
- org.hamcrest.TypeSafeMatcher<SVcsModification>
-
- jetbrains.buildServer.buildTriggers.vcs.VcsModificationMatcher
-
- All Implemented Interfaces:
org.hamcrest.Matcher<SVcsModification>,org.hamcrest.SelfDescribing
public class VcsModificationMatcher extends org.hamcrest.TypeSafeMatcher<SVcsModification>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description VcsModificationMatcherby(String user)voiddescribeTo(org.hamcrest.Description description)VcsModificationMatcherfromRoot(VcsRootInstance root)booleanmatchesSafely(SVcsModification m)static VcsModificationMatchervcsModification()VcsModificationMatcherwithVersion(String version)-
Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, describeMismatchSafely, matches
-
-
-
-
Method Detail
-
vcsModification
public static VcsModificationMatcher vcsModification()
-
matchesSafely
public boolean matchesSafely(SVcsModification m)
- Specified by:
matchesSafelyin classorg.hamcrest.TypeSafeMatcher<SVcsModification>
-
describeTo
public void describeTo(org.hamcrest.Description description)
-
withVersion
public VcsModificationMatcher withVersion(@NotNull String version)
-
fromRoot
public VcsModificationMatcher fromRoot(@NotNull VcsRootInstance root)
-
by
public VcsModificationMatcher by(@NotNull String user)
-
-