Class MsBuildTask

    • Field Detail

    • Constructor Detail

      • MsBuildTask

        public MsBuildTask()
    • Method Detail

      • executable

        public MsBuildTask executable​(@NotNull
                                      @NotNull java.lang.String executable)
        Specifies MSBuild executable to be used.

        Sets label (not a path) of command to be executed. This label must be first defined in the GUI on the Administration/Executables page. This field is mandatory

      • projectFile

        public MsBuildTask projectFile​(@NotNull
                                       @NotNull java.lang.String projectFile)
        Specifies the solution, project file or MSBuild project to execute when this Job Builds.
      • options

        public MsBuildTask options​(@Nullable
                                   @Nullable java.lang.String options)
        Specifies command line argument to be passed when command is executed.
      • environmentVariables

        public MsBuildTask environmentVariables​(@Nullable
                                                @Nullable java.lang.String environmentVariables)
        Specifies environment variables to be set when command is executed.
      • workingSubdirectory

        public MsBuildTask workingSubdirectory​(@Nullable
                                               @Nullable java.lang.String workingSubdirectory)
        Specifies a working directory for the task.