- setArchive(boolean) - Method in class org.jenkinsci.plugins.pipeline.utility.steps.zip.ZipStep
-
If the zip file should be archived as an artifact of the current build.
- setDefaults(Map<String, Object>) - Method in class org.jenkinsci.plugins.pipeline.utility.steps.conf.ReadPropertiesStep
-
Default key/values to populate the map with before parsing.
- setDir(String) - Method in class org.jenkinsci.plugins.pipeline.utility.steps.zip.UnZipStep
-
The relative path of the base directory to create the zip from.
- setDir(String) - Method in class org.jenkinsci.plugins.pipeline.utility.steps.zip.ZipStep
-
The relative path of the base directory to create the zip from.
- setFile(String) - Method in class org.jenkinsci.plugins.pipeline.utility.steps.conf.mf.ReadManifestStep
-
Path to a file containing a Jar manifest.
- setFile(String) - Method in class org.jenkinsci.plugins.pipeline.utility.steps.conf.ReadPropertiesStep
-
The path to a file in the workspace to read the properties from.
- setFile(String) - Method in class org.jenkinsci.plugins.pipeline.utility.steps.maven.ReadMavenPomStep
-
Optional name of the maven file to read.
- setFile(String) - Method in class org.jenkinsci.plugins.pipeline.utility.steps.maven.WriteMavenPomStep
-
Optional name of the maven file to write.
- setGlob(String) - Method in class org.jenkinsci.plugins.pipeline.utility.steps.fs.FindFilesStep
-
Pattern of files to include in the list.
- setGlob(String) - Method in class org.jenkinsci.plugins.pipeline.utility.steps.zip.UnZipStep
-
- setGlob(String) - Method in class org.jenkinsci.plugins.pipeline.utility.steps.zip.ZipStep
-
- setRead(boolean) - Method in class org.jenkinsci.plugins.pipeline.utility.steps.zip.UnZipStep
-
Read the content of the files into a String instead of writing them to the workspace.
- setTest(boolean) - Method in class org.jenkinsci.plugins.pipeline.utility.steps.zip.UnZipStep
-
Test the integrity of the archive instead of extracting it.
- setText(String) - Method in class org.jenkinsci.plugins.pipeline.utility.steps.conf.mf.ReadManifestStep
-
Parse text as text read from a manifest file.
- setText(String) - Method in class org.jenkinsci.plugins.pipeline.utility.steps.conf.ReadPropertiesStep
-
A String containing properties formatted data.
- setTimestamp(Long) - Method in class org.jenkinsci.plugins.pipeline.utility.steps.fs.TouchStep
-
Optional timestamp to set
- SimpleManifest - Class in org.jenkinsci.plugins.pipeline.utility.steps.conf.mf
-
- SimpleManifest(Map<String, String>, Map<String, Map<String, String>>) - Constructor for class org.jenkinsci.plugins.pipeline.utility.steps.conf.mf.SimpleManifest
-
- SimpleManifest(Manifest) - Constructor for class org.jenkinsci.plugins.pipeline.utility.steps.conf.mf.SimpleManifest
-