Class MavenTaskProperties

    • Field Detail

      • goal

        @NotNull
        protected @NotNull String goal
      • projectFile

        @Nullable
        protected @Nullable String projectFile
      • environmentVariables

        @Nullable
        protected @Nullable String environmentVariables
      • jdk

        @Nullable
        protected @Nullable String jdk
      • executableLabel

        @Nullable
        protected @Nullable String executableLabel
      • hasTests

        protected boolean hasTests
      • testResultsDirectory

        @Nullable
        protected @Nullable String testResultsDirectory
      • workingSubdirectory

        @Nullable
        protected @Nullable String workingSubdirectory
      • useMavenReturnCode

        protected boolean useMavenReturnCode
      • version

        protected int version
    • Method Detail

      • getGoal

        @NotNull
        public @NotNull String getGoal()
      • getProjectFile

        @Nullable
        public @Nullable String getProjectFile()
      • getEnvironmentVariables

        @Nullable
        public @Nullable String getEnvironmentVariables()
      • getJdk

        @Nullable
        public @Nullable String getJdk()
      • getExecutableLabel

        @Nullable
        public @Nullable String getExecutableLabel()
      • isHasTests

        public boolean isHasTests()
      • getTestResultsDirectory

        @Nullable
        public @Nullable String getTestResultsDirectory()
      • getWorkingSubdirectory

        @Nullable
        public @Nullable String getWorkingSubdirectory()
      • isUseMavenReturnCode

        public boolean isUseMavenReturnCode()
      • getVersion

        @NotNull
        public @org.jetbrains.annotations.NotNull int getVersion()