Package hudson.scm.api
Class APIUtils
java.lang.Object
hudson.scm.api.APIUtils
Utility class for common Integrity API utilities
- Version:
- $Revision: $
- Author:
- Author: asen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.mks.api.MultiValuecreateMultiValueField(String separator, String... params) Utility method to create a multi value field objectstatic StringgetAuthorInfo(com.mks.api.response.Response response, String memberID) static com.mks.api.response.WorkItemgetWorkItem(com.mks.api.response.Response response)
-
Constructor Details
-
APIUtils
public APIUtils()
-
-
Method Details
-
createMultiValueField
Utility method to create a multi value field object- Parameters:
separator-params-- Returns:
-
getWorkItem
public static com.mks.api.response.WorkItem getWorkItem(com.mks.api.response.Response response) throws com.mks.api.response.APIException - Throws:
com.mks.api.response.APIException
-
getAuthorInfo
- Parameters:
response-memberID-- Returns:
-