net.praqma.jenkins.configrotator
Interface Feedable

All Known Implementing Classes:
AbstractConfigurationComponent, ClearCaseUCMConfigurationComponent, GitConfigurationComponent

public interface Feedable


Method Summary
 net.praqma.util.xml.feed.Entry getFeedEntry(hudson.model.AbstractBuild<?,?> build, Date updated)
           
 File getFeedFile(File path)
           
 String getFeedId()
           
 String getFeedName()
           
 String toHtml()
           
 

Method Detail

getFeedName

String getFeedName()

getFeedId

String getFeedId()

getFeedFile

File getFeedFile(File path)

getFeedEntry

net.praqma.util.xml.feed.Entry getFeedEntry(hudson.model.AbstractBuild<?,?> build,
                                            Date updated)

toHtml

String toHtml()


Copyright © 2004-2013. All Rights Reserved.