org.jenkinsci.plugins.graniteclient
Class PackageInstallOptions
java.lang.Object
org.jenkinsci.plugins.graniteclient.PackageInstallOptions
- All Implemented Interfaces:
- Serializable
public class PackageInstallOptions
- extends Object
- implements Serializable
Pojo for capturing the group of ancillary options for package installation
- See Also:
- Serialized Form
Constructor Summary |
PackageInstallOptions(boolean recursive,
int autosave,
net.adamcin.granite.client.packman.ACHandling acHandling,
boolean replicate)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PackageInstallOptions
public PackageInstallOptions(boolean recursive,
int autosave,
net.adamcin.granite.client.packman.ACHandling acHandling,
boolean replicate)
isRecursive
public boolean isRecursive()
getAutosave
public int getAutosave()
getAcHandling
public net.adamcin.granite.client.packman.ACHandling getAcHandling()
isReplicate
public boolean isReplicate()
Copyright © 2013-2014. All Rights Reserved.