@Extension
public class DependencyGraphActionFactory
extends jenkins.model.TransientActionFactory<hudson.model.Job>
| Modifier and Type | Class and Description |
|---|---|
static class |
DependencyGraphActionFactory.DependencyGraphProjectAction
Shows the connected component of the project
|
| Constructor and Description |
|---|
DependencyGraphActionFactory() |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends hudson.model.Action> |
createFor(hudson.model.Job target) |
Class<hudson.model.Job> |
type() |
public Class<hudson.model.Job> type()
type in class jenkins.model.TransientActionFactory<hudson.model.Job>public Collection<? extends hudson.model.Action> createFor(hudson.model.Job target)
createFor in class jenkins.model.TransientActionFactory<hudson.model.Job>Copyright © 2016–2020. All rights reserved.