Package com.atlassian.bamboo.ww2.aware
Annotation Type ConditionallyAvailable
-
@Retention(RUNTIME) @Target(TYPE) public @interface ConditionallyAvailable
Annotation to mark actions which should be conditionally visible. Actions annotated with this annotation will only be displayed if all conditions apply. Otherwise page will appear as 'not found'. For denying access to an action, useConditionallyAccessibleinstead. Current limitation is thatConditionclass needs to be available forHostContainerto create.
-
-
Element Detail
-
condition
Class<? extends com.atlassian.plugin.web.Condition>[] condition
-
-