Class BuildFileInput

java.lang.Object
hudson.model.AbstractDescribableImpl<BuildFileInput>
flexagon.fd.plugin.jenkins.utils.BuildFileInput
All Implemented Interfaces:
Describable<BuildFileInput>

public class BuildFileInput extends AbstractDescribableImpl<BuildFileInput>
Author:
Victor Krieg
  • Constructor Details

    • BuildFileInput

      @DataBoundConstructor public BuildFileInput(Long projectObjectId, String scmRevision, Long fromPackageObjectId)
  • Method Details

    • getProjectObjectId

      public Long getProjectObjectId()
    • getScmRevision

      public String getScmRevision()
    • getFromPackageObjectId

      public Long getFromPackageObjectId()