Package flexagon.fd.core.plugin
Class PluginProxy
java.lang.Object
flexagon.fd.core.plugin.PluginProxy
- Direct Known Subclasses:
FlexPluginProxy
-
Constructor Summary
ConstructorsConstructorDescriptionPluginProxy(String pluginClass) PluginProxy(String pluginClass, WorkflowExecutionContext context) -
Method Summary
Modifier and TypeMethodDescriptionexecute()voidSaves fdreplacements folder of source checkout folder(s) to artifacts directory.voidSaves fdtests folder of source checkout folder(s) to artifacts directory.protected voidvoidsetWorkflowExecutionContext(WorkflowExecutionContext pExecutionContext)
-
Constructor Details
-
PluginProxy
- Throws:
FlexCheckedException
-
PluginProxy
public PluginProxy(String pluginClass, WorkflowExecutionContext context) throws FlexCheckedException - Throws:
FlexCheckedException
-
-
Method Details
-
execute
- Throws:
FlexCheckedException
-
setTarget
-
getTarget
-
setWorkflowExecutionContext
-
getWorkflowExecutionContext
-
getPluginProvider
-
saveTestArtifacts
Saves fdtests folder of source checkout folder(s) to artifacts directory.- Throws:
IOException
-
saveReplacementsArtifacts
Saves fdreplacements folder of source checkout folder(s) to artifacts directory.- Throws:
IOException
-