Class StaticManifest

java.lang.Object
hudson.plugins.repo.StaticManifest

public class StaticManifest extends Object
A POJO containing information about a static manifest.
  • Constructor Details

    • StaticManifest

      public StaticManifest(String file, String branch, String url, String manifest)
      Create a new ModifiedFile object with the given path and edit type.
      Parameters:
      file - the path to the manifest file for this static manifest
      branch - the manifest repository's branch name for this static manifes
      url - he manifest repository's url for this static manifest
      manifest - the content of this static manifest
  • Method Details

    • getFile

      public String getFile()
      Returns the path to the manifest file for this static manifest.
    • getBranch

      public String getBranch()
      Returns the manifest repository's branch name for this static manifest.
    • getUrl

      public String getUrl()
      Returns the manifest repository's url for this static manifest.
    • getManifest

      public String getManifest()
      Returns the content of this static manifest.