@DataBoundConstructor
public OpenShiftSlave(String name, String applicationUUID, String builderType, String builderSize, String builderPlatform,
String label, long builderTimeout, int executors, int slaveIdleTimeToLive) throws FormException, IOException {
super(name, "Builder for " + label, null, executors, Mode.NORMAL,
label, new OpenShiftComputerLauncher(),
new CloudRetentionStrategy(slaveIdleTimeToLive), Collections
.<NodeProperty<?>>emptyList()
);
LOGGER.info("Creating slave with " + slaveIdleTimeToLive + "mins time-to-live");