Package com.atlassian.bamboo.ww2.aware
Annotation Type ReadOnlyConfigurationAware
-
@Retention(RUNTIME) @Target(METHOD) public @interface ReadOnlyConfigurationAware
Marker for Struts action methods which update build or deployment configuration. Used byReadOnlyConfigurationEditInterceptorto block crafted form submits from updating entities that are RSS managed or for which a user only hasBambooPermission.VIEW_CONFIGURATIONpermission.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanrssBlockJobsOnlyIndicates that, for RSS managed plans, a plan action that can capable of modifying both chains and jobs is allowed to modify the chains, but blocked for the jobs.
-
-
-
Element Detail
-
rssBlockJobsOnly
boolean rssBlockJobsOnly
Indicates that, for RSS managed plans, a plan action that can capable of modifying both chains and jobs is allowed to modify the chains, but blocked for the jobs. Lack of edit permission blocks the action regardless of this setting.- Default:
- false
-
-