Package flexagon.fd.core.plugin
Class PluginContext
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.core.plugin.PluginContext
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetConsumesArtifacts(Boolean pConsumesArtifacts) voidsetEndPointExecutionContext(EndPointExecutionContext pEndPointExecutionContext) voidsetEndPointSelectionContext(EndPointSelectionContext pEndPointSelectionContext) voidsetProducesArtifacts(Boolean pProducesArtifacts) toString()Returns custom String representation implemented by walking complete object structure.
-
Constructor Details
-
PluginContext
public PluginContext()
-
-
Method Details
-
setConsumesArtifacts
-
getConsumesArtifacts
-
setProducesArtifacts
-
getProducesArtifacts
-
setEndPointSelectionContext
-
getEndPointSelectionContext
-
setEndPointExecutionContext
-
getEndPointExecutionContext
-
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure.
-