Package ru.bgcrm.plugin.trello
Class TrelloImpl
java.lang.Object
com.julienvey.trello.impl.TrelloImpl
ru.bgcrm.plugin.trello.TrelloImpl
- All Implemented Interfaces:
com.julienvey.trello.Trello
public class TrelloImpl
extends com.julienvey.trello.impl.TrelloImpl
Пришлось расширять подобным путем (правильней было бы запросить доработку либы)
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTrelloImpl(String applicationKey, String accessToken, com.julienvey.trello.TrelloHttpClient httpClient) -
Method Summary
Modifier and TypeMethodDescriptioncom.julienvey.trello.domain.BoardcreateBoard(com.julienvey.trello.domain.Argument... args) com.julienvey.trello.domain.BoardupdateBoard(String boardId, com.julienvey.trello.domain.Argument... args) Methods inherited from class com.julienvey.trello.impl.TrelloImpl
addAttachmentToCard, addCommentToCard, addLabelsToCard, addLabelToCard, addMemberToBoard, addMemberToBoard, addMemberToCard, addUrlAttachmentToCard, createCard, createCheckItem, createCheckList, createLabel, deleteAttachment, deleteCard, deleteLabel, getAction, getActionBoard, getActionCard, getActionEntities, getActionList, getActionMember, getActionMemberCreator, getActionOrganization, getBasicMemberInformation, getBoard, getBoardActions, getBoardCard, getBoardCards, getBoardChecklists, getBoardLabels, getBoardLists, getBoardMemberActivity, getBoardMemberCards, getBoardMembers, getBoardMemberships, getBoardMyPrefs, getBoardOrganization, getCard, getCardActions, getCardAttachment, getCardAttachments, getCardBoard, getCardChecklists, getCardMembers, getCheckList, getLabel, getList, getListCards, getMemberActions, getMemberBoards, getMemberCards, getMemberInformation, getOrganizationBoards, getOrganizationMembers, removeMemberFromBoard, removeMemberFromCard, updateCard, updateComment, updateLabel
-
Field Details
-
TRELLO_URL_POST_BORD
- See Also:
-
-
Constructor Details
-
TrelloImpl
-
-
Method Details
-
createBoard
public com.julienvey.trello.domain.Board createBoard(com.julienvey.trello.domain.Argument... args) -
updateBoard
public com.julienvey.trello.domain.Board updateBoard(String boardId, com.julienvey.trello.domain.Argument... args)
-