Class IsDeploymentVersionStatusEq<T extends InternalDeploymentVersionStatus>
- java.lang.Object
-
- org.hamcrest.BaseMatcher<T>
-
- org.hamcrest.TypeSafeMatcher<T>
-
- com.atlassian.bamboo.deployments.versions.matcher.IsDeploymentVersionStatusEq<T>
-
- All Implemented Interfaces:
org.hamcrest.Matcher<T>
,org.hamcrest.SelfDescribing
public class IsDeploymentVersionStatusEq<T extends InternalDeploymentVersionStatus> extends org.hamcrest.TypeSafeMatcher<T>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
describeTo(org.hamcrest.Description description)
static <T extends InternalDeploymentVersionStatus>
org.hamcrest.Matcher<T>equalToDeploymentVersionStatus(T reference)
protected boolean
matchesSafely(T item)
-
Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, describeMismatchSafely, matches
-
-
-
-
Method Detail
-
matchesSafely
protected boolean matchesSafely(T item)
- Specified by:
matchesSafely
in classorg.hamcrest.TypeSafeMatcher<T extends InternalDeploymentVersionStatus>
-
describeTo
public void describeTo(org.hamcrest.Description description)
-
equalToDeploymentVersionStatus
public static <T extends InternalDeploymentVersionStatus> org.hamcrest.Matcher<T> equalToDeploymentVersionStatus(@NotNull T reference)
-
-