Class StoreScript

java.lang.Object
org.jenkinsci.plugins.visualworks_store.StoreScript

public final class StoreScript
extends Object
Represents a shell-script or batch file for running a VW image with the StoreCI package.

We don't use the standard Jenkins ToolInstallation support here, because it uses paths rather than executable filenames, and there isn't an easy way to support installation of a StoreCI script.

Author:
Randy Coulman
  • Constructor Details

    • StoreScript

      @DataBoundConstructor public StoreScript​(String name, String path)
  • Method Details

    • getName

      public String getName()
    • getPath

      public String getPath()