java.lang.Object
hudson.model.AbstractDescribableImpl<Paths>
io.jenkins.plugins.xygeni.saltbuildstep.model.Paths
All Implemented Interfaces:
Describable<Paths>, Serializable

public class Paths extends AbstractDescribableImpl<Paths> implements Serializable
See Also:
  • Constructor Details

    • Paths

      @DataBoundConstructor public Paths(String saltCommandPath, String basedir)
  • Method Details

    • setSaltCommandPath

      @DataBoundSetter public void setSaltCommandPath(String saltCommandPath)
    • setBasedir

      @DataBoundSetter public void setBasedir(String basedir)
    • getSaltCommandPath

      public String getSaltCommandPath()
    • getBasedir

      public String getBasedir()