Following configuration properties are required in order to run:
Following configuration properties have sensible defaults, but can be modified:
Following configuration properties are optional
979899100101102103104105106107108109110
if (log.isLoggable(Level.FINER)) { log.finer("JGit requests: " + prompt); } OpenShiftContainerConfiguration conf = configuration.get(); String retVal = ""; if (prompt.startsWith("Passphrase")) { retVal = conf.getPassphrase(); } if (log.isLoggable(Level.FINER)) { log.finer("ArquillianConfiguration returns: " + (isSecured ? "*masked" : retVal)); }