Hey!
I'm working on a plugin and having a hard time accessing plan variables at task creation.
I can access the variables at task execution with
taskContext.getBuildContext().getVariableContext();
But can't seem to find a way to do that at task creation time (populateContextForCreate()). Is there any way to do this?
Any help/guidance is appreciated!
Attila
What you are looking for is:
VariableDefinitionAccessor.getPlanVariables(PlanIdentifier plan)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.