public class GitCheckoutMutator extends AbstractGitMutator
| Modifier and Type | Class and Description |
|---|---|
static class |
GitCheckoutMutator.Configurator |
projectDirNOOP| Constructor and Description |
|---|
GitCheckoutMutator(java.io.File projectDir,
java.lang.String cleanup,
java.lang.String build) |
| 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 |
beforeCleanup(BuildContext context)
Runs before each iteration if cleanup tasks are declared.
|
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, validatepublic GitCheckoutMutator(java.io.File projectDir,
java.lang.String cleanup,
java.lang.String build)
public void beforeScenario(ScenarioContext context)
BuildMutatorpublic void beforeCleanup(BuildContext 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