public abstract class AbstractConfigurationComponent extends Object implements Serializable, Feedable
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractConfigurationComponent.Element |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
changedLast |
protected boolean |
fixed |
| Constructor and Description |
|---|
AbstractConfigurationComponent(boolean fixed) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getBasicHtml(StringBuilder builder,
AbstractConfigurationComponent.Element... elements) |
abstract String |
getComponentName() |
net.praqma.util.xml.feed.Feed |
getFeed(File feedFile,
String url,
Date updated) |
net.praqma.util.xml.feed.Entry |
getFeedEntry(hudson.model.AbstractBuild<?,?> build,
Date updated) |
File |
getFeedFile(File path) |
boolean |
isChangedLast() |
boolean |
isFixed() |
abstract String |
prettyPrint() |
void |
setChangedLast(boolean b) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFeedId, getFeedName, toHtmlpublic AbstractConfigurationComponent(boolean fixed)
public boolean isChangedLast()
public void setChangedLast(boolean b)
public boolean isFixed()
public abstract String getComponentName()
public abstract String prettyPrint()
public File getFeedFile(File path)
getFeedFile in interface Feedablepublic net.praqma.util.xml.feed.Feed getFeed(File feedFile, String url, Date updated) throws net.praqma.util.xml.feed.FeedException, IOException
net.praqma.util.xml.feed.FeedExceptionIOExceptionpublic net.praqma.util.xml.feed.Entry getFeedEntry(hudson.model.AbstractBuild<?,?> build,
Date updated)
getFeedEntry in interface Feedableprotected String getBasicHtml(StringBuilder builder, AbstractConfigurationComponent.Element... elements)
Copyright © 2004-2014. All Rights Reserved.