@Wid(widfile="GithubListRepositories.wid",
name="GithubListRepositories",
displayName="GithubListRepositories",
defaultHandler="mvel: new org.jbpm.process.workitem.github.ListRepositoriesWorkitemHandler()",
documentation="github-workitem/index.html",
parameters=@WidParameter(name="User",required=true),
results=@WidResult(name="RepoListInfo"),
mavenDepends=@WidMavenDepends(group="org.jbpm.contrib",artifact="github-workitem",version="7.14.0.Final"),
serviceInfo=@WidService(category="Github",description="Create Gist or list your repositories in Github",keywords="github,repo,repository,list",action=@WidAction(title="List all GitHub repositories")))
public class ListRepositoriesWorkitemHandler
extends org.jbpm.process.workitem.core.AbstractLogOrThrowWorkItemHandler
| Constructor and Description |
|---|
ListRepositoriesWorkitemHandler(String userName,
String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
abortWorkItem(org.kie.api.runtime.process.WorkItem wi,
org.kie.api.runtime.process.WorkItemManager wim) |
void |
executeWorkItem(org.kie.api.runtime.process.WorkItem workItem,
org.kie.api.runtime.process.WorkItemManager workItemManager) |
void |
setAuth(GithubAuth auth) |
public void executeWorkItem(org.kie.api.runtime.process.WorkItem workItem,
org.kie.api.runtime.process.WorkItemManager workItemManager)
public void abortWorkItem(org.kie.api.runtime.process.WorkItem wi,
org.kie.api.runtime.process.WorkItemManager wim)
public void setAuth(GithubAuth auth)
Copyright © 2001–2018 jBPM dev team. All rights reserved.