if (commandLine.getOptionValue(RERUN_OPTION).contains("-W")) {
if (isConfigurationSpecified(wc, commandLine)) {
wc.reRun(commandLine.getOptionValue(RERUN_OPTION), getConfiguration(wc, commandLine));
}
else {
wc.reRun(commandLine.getOptionValue(RERUN_OPTION), new Properties());
}
}
else if (commandLine.getOptionValue(RERUN_OPTION).contains("-B")) {
String bundleJobId = commandLine.getOptionValue(RERUN_OPTION);
String coordScope = null;