Package com.chutneytesting.action.http
Class HttpsServerStopAction
- java.lang.Object
-
- com.chutneytesting.action.http.HttpsServerStopAction
-
-
Constructor Summary
Constructors Constructor Description HttpsServerStopAction(Logger logger, com.github.tomakehurst.wiremock.WireMockServer httpsServer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionExecutionResultexecute()List<String>validateInputs()
-
-
-
Method Detail
-
validateInputs
public List<String> validateInputs()
- Specified by:
validateInputsin interfaceAction
-
execute
public ActionExecutionResult execute()
-
-