Class BulkAction.WebWorkActionImpl
- java.lang.Object
-
- com.atlassian.bamboo.ww2.actions.admin.bulk.BulkAction.WebWorkActionImpl
-
- All Implemented Interfaces:
BulkAction.WebWorkAction
- Enclosing interface:
- BulkAction
public static class BulkAction.WebWorkActionImpl extends Object implements BulkAction.WebWorkAction
-
-
Constructor Summary
Constructors Constructor Description WebWorkActionImpl(@NotNull String namespace, @NotNull String actionName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull String
getActionName()
@NotNull String
getNamespace()
-
-
-
Method Detail
-
getActionName
@NotNull public @NotNull String getActionName()
- Specified by:
getActionName
in interfaceBulkAction.WebWorkAction
-
getNamespace
@NotNull public @NotNull String getNamespace()
- Specified by:
getNamespace
in interfaceBulkAction.WebWorkAction
-
-