java.lang.Object
hudson.model.AbstractDescribableImpl<TektonWorkspaceDecl>
org.waveywaves.jenkins.plugins.tekton.client.build.create.TektonWorkspaceDecl
All Implemented Interfaces:
Describable<TektonWorkspaceDecl>

public final class TektonWorkspaceDecl extends AbstractDescribableImpl<TektonWorkspaceDecl>
  • Constructor Details

    • TektonWorkspaceDecl

      @DataBoundConstructor public TektonWorkspaceDecl(String name, String description, String mountPath, Boolean readOnly)
  • Method Details

    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • getMountPath

      public String getMountPath()
    • getReadOnly

      public Boolean getReadOnly()