Package hudson.util

Examples of hudson.util.EnumConverter


public class Plugin extends hudson.Plugin {

  @Override
  public void start() throws Exception {
    Stapler.CONVERT_UTILS.register(new EnumConverter(),
        ResultCondition.class);
  }
View Full Code Here

TOP

Related Classes of hudson.util.EnumConverter

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.