public interface VersionMatcher
| Modifier and Type | Method and Description |
|---|---|
boolean |
isApply()
Return true if this matcher should be applied!.
|
VersionMatchResult |
matches(DeploymentInfo info)
Return a version match result.
|
boolean isApply()
VersionMatchResult matches(DeploymentInfo info)
VersionMatchResult.SKIPPED should be returned so the
next one will have a chance to decide.info - the infoCopyright © 2018. All rights reserved.