hudson
Annotation Type RestrictedSince


@Documented
public @interface RestrictedSince

Accompanies Restricted annotation to indicate when the access restriction was placed.

Since:
1.355
Author:
Kohsuke Kawaguchi

Required Element Summary
 String value
          Hudson version number that this restriction has started.
 

Element Detail

value

public abstract String value
Hudson version number that this restriction has started.



Copyright © 2004-2013. All Rights Reserved.