Package com.thoughtworks.go.plugin.api
Class GoApplicationAccessor
- java.lang.Object
-
- com.thoughtworks.go.plugin.api.GoApplicationAccessor
-
public abstract class GoApplicationAccessor extends java.lang.ObjectGoApplicationAccessor will provide an abstraction over communication from plugin to Go. An instance GoApplicationAccessor will be provided to plugin via GoPlugin abstraction
-
-
Constructor Summary
Constructors Constructor Description GoApplicationAccessor()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract GoApiResponsesubmit(GoApiRequest request)Submits an instance of GoApiRequest to Go and returns an instance of GoApiResponse
-
-
-
Method Detail
-
submit
public abstract GoApiResponse submit(GoApiRequest request)
Submits an instance of GoApiRequest to Go and returns an instance of GoApiResponse- Parameters:
request- An instance of GoApiRequest- Returns:
- an instance of GoApiResponse
-
-