public abstract class Publish extends Object implements hudson.ExtensionPoint, hudson.model.Describable<Publish>, Serializable
Constructor and Description |
---|
Publish(String description,
boolean onlyOnSuccess) |
Modifier and Type | Method and Description |
---|---|
static hudson.DescriptorExtensionList<Publish,PublishDescriptor> |
all() |
String |
getDescription() |
PublishDescriptor |
getDescriptor() |
String |
getExpandedDesc() |
boolean |
isOnlyOnSuccess() |
void |
setExpandedDesc(String expandedDesc) |
public Publish(String description, boolean onlyOnSuccess)
public String getDescription()
public boolean isOnlyOnSuccess()
public PublishDescriptor getDescriptor()
getDescriptor
in interface hudson.model.Describable<Publish>
public static hudson.DescriptorExtensionList<Publish,PublishDescriptor> all()
public String getExpandedDesc()
public void setExpandedDesc(String expandedDesc)
Copyright © 2004-2015. All Rights Reserved.