Package hudson.plugins.repo
Class StaticManifest
java.lang.Object
hudson.plugins.repo.StaticManifest
A POJO containing information about a static manifest.
-
Constructor Summary
ConstructorsConstructorDescriptionStaticManifest(String file, String branch, String url, String manifest) Create a new ModifiedFile object with the given path and edit type. -
Method Summary
Modifier and TypeMethodDescriptionReturns the manifest repository's branch name for this static manifest.getFile()Returns the path to the manifest file for this static manifest.Returns the content of this static manifest.getUrl()Returns the manifest repository's url for this static manifest.
-
Constructor Details
-
StaticManifest
Create a new ModifiedFile object with the given path and edit type.- Parameters:
file- the path to the manifest file for this static manifestbranch- the manifest repository's branch name for this static manifesurl- he manifest repository's url for this static manifestmanifest- the content of this static manifest
-
-
Method Details
-
getFile
Returns the path to the manifest file for this static manifest. -
getBranch
Returns the manifest repository's branch name for this static manifest. -
getUrl
Returns the manifest repository's url for this static manifest. -
getManifest
Returns the content of this static manifest.
-