Package com.openshift.client.configuration.AbstractOpenshiftConfiguration

Examples of com.openshift.client.configuration.AbstractOpenshiftConfiguration.ConfigurationOptions


      }

    };
   
    // operation
    ConfigurationOptions option = systemConfiguration.getDisableBadSSLCiphers();
   
    // verification
    assertThat(option).isEqualTo(ConfigurationOptions.NO);
  }
View Full Code Here


      }

    };
   
    // operation
    ConfigurationOptions option = systemConfiguration.getDisableBadSSLCiphers();
   
    // verification
    assertThat(option).isEqualTo(ConfigurationOptions.YES);
  }
View Full Code Here

TOP

Related Classes of com.openshift.client.configuration.AbstractOpenshiftConfiguration.ConfigurationOptions

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.