@Extension
public class ConfigurationRotatorReport
extends hudson.model.Actionable
implements hudson.model.UnprotectedRootAction
| Constructor and Description |
|---|
ConfigurationRotatorReport() |
| Modifier and Type | Method and Description |
|---|---|
static String |
FeedFrontpageUrl() |
static String |
GenerateJobUrl(hudson.model.AbstractBuild<?,?> build)
Factory method to create the job url for our feed.
|
List<hudson.model.Action> |
getActions() |
String |
getDisplayName() |
static net.praqma.util.xml.feed.Feed |
getFeedFromFile(File feedFile,
String name,
String feedId,
Date feedUpdated) |
String |
getIconFileName() |
static String |
getRootUrl() |
hudson.DescriptorExtensionList<AbstractConfigurationRotatorSCM,ConfigurationRotatorSCMDescriptor<AbstractConfigurationRotatorSCM>> |
getSCMs() |
String |
getSearchUrl() |
String |
getUrl(ConfigurationRotatorSCMDescriptor<AbstractConfigurationRotatorSCM> scm) |
String |
getUrlName() |
static String |
urlTtransform(String url)
Transform a URL to a safe String, where all the evil chars are removed
|
addAction, doContextMenu, getAction, getAction, getActions, getDynamicpublic String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic String getSearchUrl()
getSearchUrl in interface hudson.search.SearchItempublic hudson.DescriptorExtensionList<AbstractConfigurationRotatorSCM,ConfigurationRotatorSCMDescriptor<AbstractConfigurationRotatorSCM>> getSCMs()
public List<hudson.model.Action> getActions()
getActions in class hudson.model.Actionablepublic String getUrl(ConfigurationRotatorSCMDescriptor<AbstractConfigurationRotatorSCM> scm)
public static net.praqma.util.xml.feed.Feed getFeedFromFile(File feedFile, String name, String feedId, Date feedUpdated) throws net.praqma.util.xml.feed.FeedException, IOException
net.praqma.util.xml.feed.FeedExceptionIOExceptionpublic static String urlTtransform(String url)
url - public static String FeedFrontpageUrl()
public static String GenerateJobUrl(hudson.model.AbstractBuild<?,?> build)
public static String getRootUrl()
Copyright © 2004-2014. All Rights Reserved.