Interface JsActionsCreatePlanBuilder
- All Superinterfaces:
JsActionsBuilderBase<JsActionsCreatePlanBuilder>
,JsActionsWithInProjectTemplateBuilder<JsActionsCreatePlanBuilder>
,JsActionsWithProjectBuilder<JsActionsCreatePlanBuilder>
public interface JsActionsCreatePlanBuilder
extends JsActionsWithProjectBuilder<JsActionsCreatePlanBuilder>, JsActionsWithInProjectTemplateBuilder<JsActionsCreatePlanBuilder>
Builds createPlan JS action. Call
Object.toString()
to get the result.
Velocity example:
$renderingContext.createJsActionsBuilder().createPlan()
- Since:
- 3.10.2
-
Method Summary
Modifier and TypeMethodDescriptionparentPath
(String parentPath) Sets path of parent plan, default is nullSets template id used in JS actionMethods inherited from interface com.polarion.alm.shared.api.utils.js.JsActionsBuilderBase
escapeForAttribute
Methods inherited from interface com.polarion.alm.shared.api.utils.js.JsActionsWithProjectBuilder
project
-
Method Details
-
parentPath
Sets path of parent plan, default is null- Parameters:
parentPath
- path to parent plan in format projectId/planId- Returns:
- current builder
-
template
Sets template id used in JS action- Specified by:
template
in interfaceJsActionsWithInProjectTemplateBuilder<JsActionsCreatePlanBuilder>
- Parameters:
templateId
- template id in format projectId/planId- Returns:
- current builder
-