Package com.thoughtworks.go.plugin.api
Class GoApplicationAccessor
java.lang.Object
com.thoughtworks.go.plugin.api.GoApplicationAccessor
GoApplicationAccessor will provide an abstraction over communication from plugin to Go. An instance GoApplicationAccessor
will be provided to plugin via GoPlugin abstraction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract GoApiResponsesubmit(GoApiRequest request) Submits an instance of GoApiRequest to Go and returns an instance of GoApiResponse
-
Constructor Details
-
GoApplicationAccessor
public GoApplicationAccessor()
-
-
Method Details
-
submit
Submits an instance of GoApiRequest to Go and returns an instance of GoApiResponse- Parameters:
request- An instance of GoApiRequest- Returns:
- an instance of GoApiResponse
-