Class ChangeDescriptorMatcher
- java.lang.Object
-
- org.hamcrest.BaseMatcher<T>
-
- org.hamcrest.TypeSafeMatcher<ChangeDescriptor>
-
- jetbrains.buildServer.serverSide.matchers.ChangeDescriptorMatcher
-
- All Implemented Interfaces:
org.hamcrest.Matcher<ChangeDescriptor>,org.hamcrest.SelfDescribing
public class ChangeDescriptorMatcher extends org.hamcrest.TypeSafeMatcher<ChangeDescriptor>
-
-
Constructor Summary
Constructors Constructor Description ChangeDescriptorMatcher()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChangeDescriptorMatcherchange()voiddescribeTo(org.hamcrest.Description description)ChangeDescriptorMatcherin(VcsRootInstance root)booleanmatchesSafely(ChangeDescriptor item)StringtoString()ChangeDescriptorMatcherwithRevision(String revision)-
Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, describeMismatchSafely, matches
-
-
-
-
Method Detail
-
change
public static ChangeDescriptorMatcher change()
-
in
public ChangeDescriptorMatcher in(VcsRootInstance root)
-
withRevision
public ChangeDescriptorMatcher withRevision(String revision)
-
matchesSafely
public boolean matchesSafely(ChangeDescriptor item)
- Specified by:
matchesSafelyin classorg.hamcrest.TypeSafeMatcher<ChangeDescriptor>
-
describeTo
public void describeTo(org.hamcrest.Description description)
-
toString
public String toString()
- Overrides:
toStringin classorg.hamcrest.BaseMatcher<ChangeDescriptor>
-
-