Package com.atlassian.jira.dev.resources
Class InstrumentStylesheet
java.lang.Object
com.atlassian.jira.dev.resources.AbstractInstrumentResource
com.atlassian.jira.dev.resources.InstrumentStylesheet
Utility class, which can instrument provided stylesheet, instrumentation format is compatible with CriticalCS javascript module.
- Since:
- 7.1
-
Method Summary
Modifier and TypeMethodDescriptioninstrumentResource
(String source, String resourceName, String requestUrl, boolean standalone) Methods inherited from class com.atlassian.jira.dev.resources.AbstractInstrumentResource
getResourceName, instrumentBatch, instrumentResource
-
Method Details
-
instrumentResource
public String instrumentResource(String source, String resourceName, String requestUrl, boolean standalone) throws IOException - Specified by:
instrumentResource
in classAbstractInstrumentResource
- Throws:
IOException
-