public abstract class Publish extends Object implements hudson.ExtensionPoint, hudson.model.Describable<Publish>, Serializable
Constructor and Description |
---|
Publish(String description,
boolean onlyOnSuccess,
boolean delete,
boolean modtime) |
Modifier and Type | Method and Description |
---|---|
static hudson.DescriptorExtensionList<Publish,PublishDescriptor> |
all() |
String |
getDescription() |
PublishDescriptor |
getDescriptor() |
String |
getExpandedDesc() |
String |
getPaths() |
boolean |
isDelete() |
boolean |
isModtime() |
boolean |
isOnlyOnSuccess() |
void |
setExpandedDesc(String expandedDesc) |
protected void |
setPaths(String paths) |
public Publish(String description, boolean onlyOnSuccess, boolean delete, boolean modtime)
public String getDescription()
public boolean isOnlyOnSuccess()
public boolean isDelete()
public boolean isModtime()
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)
protected void setPaths(String paths)
public String getPaths()
Copyright © 2016–2021. All rights reserved.