public class DocLinkEnricher extends AbstractLiveEnricher
log
Constructor and Description |
---|
DocLinkEnricher(EnricherContext buildContext) |
Modifier and Type | Method and Description |
---|---|
protected String |
findDocumentationUrl() |
protected org.apache.maven.model.DistributionManagement |
findProjectDistributionManagement() |
Map<String,String> |
getAnnotations(Kind kind) |
protected static String |
replaceProperties(String text,
Properties properties)
Replaces all text of the form
${foo} with the value in the properties object |
asBooleanFromGlobalProp, getDefaultOnline, getExternalServiceURL, isOnline, unfoldExceptions
adapt, addMissingResources, getConfig, getConfig, getContext, getImages, getLabels, getLog, getName, getProject, getRawConfig, getSelector, hasConfig, hasImageConfiguration, isOpenShiftMode
public DocLinkEnricher(EnricherContext buildContext)
public Map<String,String> getAnnotations(Kind kind)
getAnnotations
in interface Enricher
getAnnotations
in class BaseEnricher
protected String findDocumentationUrl()
protected org.apache.maven.model.DistributionManagement findProjectDistributionManagement()
protected static String replaceProperties(String text, Properties properties)
${foo}
with the value in the properties objectCopyright © 2019. All rights reserved.