Class VectorCASTCommand

java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Builder
com.vectorcast.plugins.vectorcastexecution.VectorCASTCommand
All Implemented Interfaces:
ExtensionPoint, Describable<Builder>, BuildStep, SimpleBuildStep

public class VectorCASTCommand extends Builder implements SimpleBuildStep
This class allows a command script to be specified for both Linux and Windows and the build step will test and run the correct command.
  • Constructor Details

    • VectorCASTCommand

      @DataBoundConstructor public VectorCASTCommand(String winCommand, String unixCommand)
      Create a VectorCAST command.
      Parameters:
      winCommand - the windows variant of the command
      unixCommand - the unix variant of the command
  • Method Details