public final class WorkspaceActionImpl
extends org.jenkinsci.plugins.workflow.actions.WorkspaceAction
implements org.jenkinsci.plugins.workflow.actions.FlowNodeAction
Constructor and Description |
---|
WorkspaceActionImpl(hudson.FilePath workspace,
org.jenkinsci.plugins.workflow.graph.FlowNode parent) |
Modifier and Type | Method and Description |
---|---|
hudson.model.DirectoryBrowserSupport |
doDynamic() |
String |
getDisplayName() |
String |
getIconFileName() |
Set<hudson.model.labels.LabelAtom> |
getLabels() |
String |
getNode() |
org.jenkinsci.plugins.workflow.graph.FlowNode |
getParent() |
String |
getPath() |
String |
getUrlName() |
void |
onLoad(org.jenkinsci.plugins.workflow.graph.FlowNode parent) |
public WorkspaceActionImpl(hudson.FilePath workspace, org.jenkinsci.plugins.workflow.graph.FlowNode parent)
public String getNode()
getNode
in class org.jenkinsci.plugins.workflow.actions.WorkspaceAction
public String getPath()
getPath
in class org.jenkinsci.plugins.workflow.actions.WorkspaceAction
public Set<hudson.model.labels.LabelAtom> getLabels()
getLabels
in class org.jenkinsci.plugins.workflow.actions.WorkspaceAction
public org.jenkinsci.plugins.workflow.graph.FlowNode getParent()
public void onLoad(org.jenkinsci.plugins.workflow.graph.FlowNode parent)
onLoad
in interface org.jenkinsci.plugins.workflow.actions.FlowNodeAction
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getUrlName()
getUrlName
in interface hudson.model.Action
public hudson.model.DirectoryBrowserSupport doDynamic() throws IOException
IOException
Copyright © 2016–2018. All rights reserved.