Class MavenTask

    • Field Detail

      • goal

        @NotNull
        protected @NotNull java.lang.String goal
      • projectFile

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

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

        @Nullable
        protected @Nullable java.lang.String jdk
      • label

        @Nullable
        protected @Nullable java.lang.String label
      • hasTests

        protected boolean hasTests
      • testResultsDirectory

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

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

        protected boolean useMavenReturnCode
      • version

        protected int version
    • Constructor Detail

      • MavenTask

        public MavenTask()