@Extension
public class MenuItemFactory
extends jenkins.model.TransientActionFactory<org.jenkinsci.plugins.workflow.job.WorkflowRun>
Constructor and Description |
---|
MenuItemFactory() |
Modifier and Type | Method and Description |
---|---|
Collection<? extends hudson.model.Action> |
createFor(org.jenkinsci.plugins.workflow.job.WorkflowRun build) |
Class<org.jenkinsci.plugins.workflow.job.WorkflowRun> |
type() |
public Class<org.jenkinsci.plugins.workflow.job.WorkflowRun> type()
type
in class jenkins.model.TransientActionFactory<org.jenkinsci.plugins.workflow.job.WorkflowRun>
public Collection<? extends hudson.model.Action> createFor(org.jenkinsci.plugins.workflow.job.WorkflowRun build)
createFor
in class jenkins.model.TransientActionFactory<org.jenkinsci.plugins.workflow.job.WorkflowRun>
Copyright © 2016–2019. All rights reserved.