public class GeneratedViewsBuildAction extends GeneratedObjectsBuildAction<T>
| Constructor and Description |
|---|
GeneratedViewsBuildAction(java.util.Collection<javaposse.jobdsl.dsl.GeneratedView> modifiedViews,
LookupStrategy lookupStrategy) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<? extends hudson.model.Action> |
getProjectActions() |
java.util.Set<hudson.model.View> |
getViews() |
void |
onAttached(hudson.model.Run run)
Deprecated.
|
void |
onLoad(hudson.model.Run<?,?> run)
Deprecated.
|
getDisplayName, getIconFileName, getModifiedObjects, getUrlNamepublic GeneratedViewsBuildAction(java.util.Collection<javaposse.jobdsl.dsl.GeneratedView> modifiedViews,
LookupStrategy lookupStrategy)
public java.util.Set<hudson.model.View> getViews()
public java.util.Collection<? extends hudson.model.Action> getProjectActions()
public void onLoad(hudson.model.Run<?,?> run)
onLoad in interface jenkins.model.RunAction2public void onAttached(hudson.model.Run run)
onAttached in interface jenkins.model.RunAction2