Package org.jboss.arquillian.container.openshift

Examples of org.jboss.arquillian.container.openshift.OpenShiftContainerConfiguration


        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));
        }
View Full Code Here

TOP

Related Classes of org.jboss.arquillian.container.openshift.OpenShiftContainerConfiguration

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.