public class GitRevertMutator extends AbstractGitMutator
| Modifier and Type | Class and Description |
|---|---|
static class |
GitRevertMutator.Configurator |
projectDirNOOP| Constructor and Description |
|---|
GitRevertMutator(java.io.File projectDir,
java.util.List<java.lang.String> commits) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterBuild(BuildContext context,
java.lang.Throwable error)
Runs after each iteration of the build has finished.
|
void |
beforeBuild(BuildContext context)
Runs before starting an iteration of the build, after any potential cleanup has finished.
|
void |
beforeScenario(ScenarioContext context)
Runs before the first iteration of the scenario.
|
java.lang.String |
toString() |
resetGitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitafterCleanup, afterScenario, beforeCleanup, validatepublic GitRevertMutator(java.io.File projectDir,
java.util.List<java.lang.String> commits)
public void beforeScenario(ScenarioContext context)
BuildMutatorpublic void beforeBuild(BuildContext context)
BuildMutatorpublic void afterBuild(BuildContext context, java.lang.Throwable error)
BuildMutatorpublic java.lang.String toString()
toString in class java.lang.Object