Class IsDeploymentVersionEq<T extends InternalDeploymentVersion>
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<T>
com.atlassian.bamboo.deployments.versions.matcher.IsDeploymentVersionEq<T>
- All Implemented Interfaces:
org.hamcrest.Matcher<T>
,org.hamcrest.SelfDescribing
public class IsDeploymentVersionEq<T extends InternalDeploymentVersion>
extends org.hamcrest.TypeSafeMatcher<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
describeTo
(org.hamcrest.Description description) static <T extends InternalDeploymentVersion>
org.hamcrest.Matcher<T>equalToDeploymentVersion
(T reference) protected boolean
matchesSafely
(T item) Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, describeMismatchSafely, matches
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
-
Method Details
-
matchesSafely
- Specified by:
matchesSafely
in classorg.hamcrest.TypeSafeMatcher<T extends InternalDeploymentVersion>
-
describeTo
public void describeTo(org.hamcrest.Description description) -
equalToDeploymentVersion
public static <T extends InternalDeploymentVersion> org.hamcrest.Matcher<T> equalToDeploymentVersion(@NotNull T reference)
-