hudson.plugins.emailext.plugins
Class EmailContent.Args

java.lang.Object
  extended by hudson.plugins.emailext.plugins.EmailContent.Args
Enclosing interface:
EmailContent

public abstract static class EmailContent.Args
extends Object


Method Summary
static boolean get(Map<String,?> args, String name, boolean defaultValue)
           
static float get(Map<String,?> args, String name, float defaultValue)
           
static int get(Map<String,?> args, String name, int defaultValue)
           
static String get(Map<String,?> args, String name, String defaultValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static String get(Map<String,?> args,
                         String name,
                         String defaultValue)

get

public static int get(Map<String,?> args,
                      String name,
                      int defaultValue)

get

public static float get(Map<String,?> args,
                        String name,
                        float defaultValue)

get

public static boolean get(Map<String,?> args,
                          String name,
                          boolean defaultValue)


Copyright © 2004-2012. All Rights Reserved.