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 String
expandProperty
(String template, String property, ExtractorContext context) protected String
expandPropertyPre
(String template, String property, ExtractorContext context) protected String
expandTemplate
(String template, ExtractorContext context, String defaultValue) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
IOException
InterruptedException
-
expandPropertyPre
protected String expandPropertyPre(String template, String property, ExtractorContext context) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-
expandTemplate
protected String expandTemplate(String template, ExtractorContext context, String defaultValue) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-