public class GiphySearchStepExecutionImpl extends GiphySearchStepExecution<List<String>>
| Constructor and Description |
|---|
GiphySearchStepExecutionImpl(GiphySearchStep giphyStep,
org.jenkinsci.plugins.workflow.steps.StepContext context)
Constructor for StepExecution
|
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
handleGiphySearchResponse(GiphySearchStep step,
org.json.simple.JSONObject json)
method that responsible to what should we do with the response from giphy
|
getGiphyHost, getScheme, rungetStatus, onResume, start, stoppublic GiphySearchStepExecutionImpl(GiphySearchStep giphyStep, org.jenkinsci.plugins.workflow.steps.StepContext context)
giphyStep - the step runningcontext - step contextprotected List<String> handleGiphySearchResponse(GiphySearchStep step, org.json.simple.JSONObject json)
GiphySearchStepExecutionhandleGiphySearchResponse in class GiphySearchStepExecution<List<String>>step - the step with all the values from the userjson - the response from giphy with JSON formatCopyright © 2016–2018. All rights reserved.