Class AbstractPropertiesSaver
java.lang.Object
jenkins.plugins.maveninfo.extractor.base.AbstractPropertiesSaver
- All Implemented Interfaces:
PropertiesSaver
- Direct Known Subclasses:
JobUpdaterPropertiesySaver
- Author:
- emenaceb
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringexpandProperty(String template, String property, ExtractorContext context) protected StringexpandPropertyPre(String template, String property, ExtractorContext context) protected StringexpandTemplate(String template, ExtractorContext context, String defaultValue) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jenkins.plugins.maveninfo.extractor.base.PropertiesSaver
saveProperties
-
Constructor Details
-
AbstractPropertiesSaver
public AbstractPropertiesSaver()
-
-
Method Details
-
expandProperty
protected String expandProperty(String template, String property, ExtractorContext context) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
expandPropertyPre
protected String expandPropertyPre(String template, String property, ExtractorContext context) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
expandTemplate
protected String expandTemplate(String template, ExtractorContext context, String defaultValue) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-