public abstract class Populate extends Object implements hudson.ExtensionPoint, hudson.model.Describable<Populate>, Serializable
Constructor and Description |
---|
Populate(boolean have,
boolean force,
String pin) |
Modifier and Type | Method and Description |
---|---|
static hudson.DescriptorExtensionList<Populate,PopulateDescriptor> |
all() |
PopulateDescriptor |
getDescriptor() |
String |
getPin() |
boolean |
isForce() |
boolean |
isHave() |
public Populate(boolean have, boolean force, String pin)
public boolean isHave()
public boolean isForce()
public String getPin()
public PopulateDescriptor getDescriptor()
getDescriptor
in interface hudson.model.Describable<Populate>
public static hudson.DescriptorExtensionList<Populate,PopulateDescriptor> all()
Copyright © 2004-2014. All Rights Reserved.