setContext method

Implementation

CommandDeclarationBuilder setContext(CommandContextType context) {
  this.context = context;
  return this;
}