@Component(role=SmartReactorStep.class, hint="sanity-checks") public class PerformSmartReactorSanityChecks extends AbstractSmartReactorStep
logger
Constructor and Description |
---|
PerformSmartReactorSanityChecks() |
Modifier and Type | Method and Description |
---|---|
void |
execute(org.apache.maven.execution.MavenSession session,
RTRComponents components)
Executes this step.
|
public void execute(org.apache.maven.execution.MavenSession session, RTRComponents components) throws org.apache.maven.MavenExecutionException
SmartReactorStep
session
- the session to which this step applies. Not null.components
- that this step may need. May be null.org.apache.maven.MavenExecutionException
- if any unrecoverable error occurs.Copyright © 2016. All rights reserved.