Class BaseNodeTask<B extends BaseNodeTask<B,​P>,​P extends BaseNodeTaskProperties>

    • Field Detail

      • nodeExecutable

        @NotNull
        protected @NotNull java.lang.String nodeExecutable
      • environmentVariables

        @Nullable
        protected @Nullable java.lang.String environmentVariables
      • workingSubdirectory

        @Nullable
        protected @Nullable java.lang.String workingSubdirectory
    • Constructor Detail

      • BaseNodeTask

        public BaseNodeTask()
    • Method Detail

      • nodeExecutable

        public B nodeExecutable​(@NotNull
                                @NotNull java.lang.String nodeExecutable)
        Sets which Node.js executable to use.
      • environmentVariables

        public B environmentVariables​(@Nullable
                                      @Nullable java.lang.String environmentVariables)
        Sets environment variables for this task.
      • workingSubdirectory

        public B workingSubdirectory​(@Nullable
                                     @Nullable java.lang.String workingSubdirectory)
        Sets the working subdirectory for this task.