org.jenkinsci.plugins.graniteclient
Class PackageInstallOptions

java.lang.Object
  extended by 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)
           
 
Method Summary
 net.adamcin.granite.client.packman.ACHandling getAcHandling()
           
 int getAutosave()
           
 boolean isRecursive()
           
 boolean isReplicate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageInstallOptions

public PackageInstallOptions(boolean recursive,
                             int autosave,
                             net.adamcin.granite.client.packman.ACHandling acHandling,
                             boolean replicate)
Method Detail

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.