com.atlassian.bamboo.ww2.actions.admin.bulk
Interface BulkActionScope

All Known Subinterfaces:
BulkAction
All Known Implementing Classes:
AbstractNotificationBulkAction, AddNotificationBulkAction, BulkEditBuildPermissions, DeleteAllNotificationBulkAction, DeleteBuilds, ManualBuildBulkAction, MoveBuilds, UpdateCvsModuleBulkAction, UpdateCvsRootCredentialsBulkAction, UpdateSvnCredentialsBulkAction, UpdateSvnUrlBulkAction, UpdateWebUrlBulkAction

public interface BulkActionScope


Method Summary
 boolean isApplicable(Plan plan)
          Returns whether or not a plan is applicable for a certain bulk action, eg.
 boolean isApplicableForJobs()
          Returns whether an action is applicable for subplans
 

Method Detail

isApplicableForJobs

boolean isApplicableForJobs()
Returns whether an action is applicable for subplans

Returns:
true if applicable

isApplicable

boolean isApplicable(Plan plan)
Returns whether or not a plan is applicable for a certain bulk action, eg. only plans with svn repositories for an action updating svn details

Returns:
true if applicable


Copyright © 2011 Atlassian. All Rights Reserved.