public class OntrackChangeLogAction extends Object implements hudson.model.Action
Constructor and Description |
---|
OntrackChangeLogAction(hudson.model.AbstractBuild<?,?> build,
List<OntrackChangeLog> changeLogs) |
Modifier and Type | Method and Description |
---|---|
hudson.model.AbstractBuild<?,?> |
getBuild() |
List<OntrackChangeLog> |
getChangeLogs() |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
@DataBoundConstructor public OntrackChangeLogAction(hudson.model.AbstractBuild<?,?> build, List<OntrackChangeLog> changeLogs)
public List<OntrackChangeLog> getChangeLogs()
public hudson.model.AbstractBuild<?,?> getBuild()
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
Copyright © 2016–2023. All rights reserved.