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 ChangeDescriptorMatcher
change()
void
describeTo(org.hamcrest.Description description)
ChangeDescriptorMatcher
in(VcsRootInstance root)
boolean
matchesSafely(ChangeDescriptor item)
String
toString()
ChangeDescriptorMatcher
withRevision(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:
matchesSafely
in classorg.hamcrest.TypeSafeMatcher<ChangeDescriptor>
-
describeTo
public void describeTo(org.hamcrest.Description description)
-
toString
public String toString()
- Overrides:
toString
in classorg.hamcrest.BaseMatcher<ChangeDescriptor>
-
-