All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rib.github-workitem.7.32.0.Final.source-code.github-workitem.wid Maven / Gradle / Ivy

[
        [
            "name" : "GithubForkRepository",
            "displayName" : "GithubForkRepository",
            "category" : "github-workitem",
            "description" : "",
            "defaultHandler" : "mvel: new org.jbpm.process.workitem.github.ForkRepositoryWorkitemHandler(\"userName\", \"password\")",
            "documentation" : "github-workitem/index.html",

            "parameters" : [
                                "Organization" : new StringDataType()
                ,"RepoOwner" : new StringDataType()
                ,"RepoName" : new StringDataType()

            ],
            "results" : [
                                "ForkedRepoInfo" : new StringDataType()

            ],
            "mavenDependencies" : [
                                 "org.jbpm.contrib:github-workitem:7.32.0.Final"

            ],
            "icon" : "GithubForkRepository.png"

        ]
    ,[
            "name" : "GithubMergePullRequest",
            "displayName" : "GithubMergePullRequest",
            "category" : "github-workitem",
            "description" : "",
            "defaultHandler" : "mvel: new org.jbpm.process.workitem.github.MergePullRequestWorkitemHandler(\"userName\", \"password\")",
            "documentation" : "github-workitem/index.html",

            "parameters" : [
                                "CommitMessage" : new StringDataType()
                ,"RepoOwner" : new StringDataType()
                ,"RepoName" : new StringDataType()
                ,"PullRequestNum" : new StringDataType()

            ],
            "results" : [
                                "IsMerged" : new StringDataType()

            ],
            "mavenDependencies" : [
                                 "org.jbpm.contrib:github-workitem:7.32.0.Final"

            ],
            "icon" : "GithubMergePullRequest.png"

        ]
    ,[
            "name" : "GithubCreateGist",
            "displayName" : "GithubCreateGist",
            "category" : "github-workitem",
            "description" : "",
            "defaultHandler" : "mvel: new org.jbpm.process.workitem.github.CreateGistWorkitemHandler(\"userName\", \"password\")",
            "documentation" : "github-workitem/index.html",

            "parameters" : [
                                "Description" : new StringDataType()
                ,"Content" : new StringDataType()
                ,"IsPublic" : new StringDataType()

            ],
            "results" : [
                                "GistURL" : new StringDataType()

            ],
            "mavenDependencies" : [
                                 "org.jbpm.contrib:github-workitem:7.32.0.Final"

            ],
            "icon" : "GithubCreateGist.png"

        ]
    ,[
            "name" : "GithubFetchIssues",
            "displayName" : "GithubFetchIssues",
            "category" : "github-workitem",
            "description" : "",
            "defaultHandler" : "mvel: new org.jbpm.process.workitem.github.FetchIssuesWorkitemHandler(\"userName\", \"password\")",
            "documentation" : "github-workitem/index.html",

            "parameters" : [
                                "IssuesState" : new StringDataType()
                ,"User" : new StringDataType()
                ,"RepoName" : new StringDataType()

            ],
            "results" : [
                                "IssuesList" : new StringDataType()

            ],
            "mavenDependencies" : [
                                 "org.jbpm.contrib:github-workitem:7.32.0.Final"

            ],
            "icon" : "GithubFetchIssues.png"

        ]
    ,[
            "name" : "GithubListRepositories",
            "displayName" : "GithubListRepositories",
            "category" : "github-workitem",
            "description" : "",
            "defaultHandler" : "mvel: new org.jbpm.process.workitem.github.ListRepositoriesWorkitemHandler(\"userName\", \"password\")",
            "documentation" : "github-workitem/index.html",

            "parameters" : [
                                "User" : new StringDataType()

            ],
            "results" : [
                                "RepoListInfo" : new StringDataType()

            ],
            "mavenDependencies" : [
                                 "org.jbpm.contrib:github-workitem:7.32.0.Final"

            ],
            "icon" : "GithubListRepositories.png"

        ]

]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy