org.jenkinsci.plugins.tokenmacro
Annotation Type DataBoundTokenMacro.Parameter


@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public static @interface DataBoundTokenMacro.Parameter


Optional Element Summary
 boolean required
          Indicates that this parameter is required.
 

required

public abstract boolean required
Indicates that this parameter is required.

Default:
false


Copyright © 2004-2011. All Rights Reserved.