public class TestLinkBuildAction extends Object implements jenkins.model.RunAction2, Serializable, org.kohsuke.stapler.StaplerProxy
Modifier and Type | Field and Description |
---|---|
static String |
DISPLAY_NAME |
static String |
ICON_FILE_NAME |
static String |
URL_NAME |
Constructor and Description |
---|
TestLinkBuildAction(hudson.model.AbstractBuild<?,?> build,
TestLinkResult result)
Deprecated.
Use
TestLinkBuildAction(TestLinkResult) without build definition. |
TestLinkBuildAction(TestLinkResult result) |
Modifier and Type | Method and Description |
---|---|
hudson.model.AbstractBuild<?,?> |
getBuild()
Deprecated.
Use
getRun() |
String |
getDetails() |
String |
getDisplayName() |
String |
getIconFileName() |
TestLinkBuildAction |
getPreviousAction() |
TestLinkResult |
getPreviousResult() |
TestLinkResult |
getResult() |
hudson.model.Run<?,?> |
getRun()
Gets Run to which the action is attached.
|
String |
getSummary() |
Object |
getTarget() |
String |
getUrlName() |
void |
onAttached(hudson.model.Run<?,?> r) |
void |
onLoad(hudson.model.Run<?,?> r) |
public static final String DISPLAY_NAME
public static final String ICON_FILE_NAME
public static final String URL_NAME
public TestLinkBuildAction(TestLinkResult result)
@Deprecated public TestLinkBuildAction(hudson.model.AbstractBuild<?,?> build, TestLinkResult result)
TestLinkBuildAction(TestLinkResult)
without build definition.public void onLoad(hudson.model.Run<?,?> r)
onLoad
in interface jenkins.model.RunAction2
public void onAttached(hudson.model.Run<?,?> r)
onAttached
in interface jenkins.model.RunAction2
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public String getUrlName()
getUrlName
in interface hudson.model.Action
public Object getTarget()
getTarget
in interface org.kohsuke.stapler.StaplerProxy
public hudson.model.Run<?,?> getRun()
public hudson.model.AbstractBuild<?,?> getBuild()
getRun()
public TestLinkResult getResult()
public TestLinkResult getPreviousResult()
public TestLinkBuildAction getPreviousAction()
public String getSummary()
public String getDetails()
Copyright © 2010–2019 Jenkins. All rights reserved.