public class GcsAction extends Object implements hudson.model.Action, jenkins.tasks.SimpleBuildStep.LastBuildAction
Constructor and Description |
---|
GcsAction(hudson.model.Run<?,?> run,
List<Guideline> guidelines,
String parserName,
String softwareVersion,
String projectName,
String misraVersion,
boolean isCompliant,
String tool,
String summary,
String notes) |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName() |
List<Guideline> |
getGuidelines() |
String |
getIconFileName() |
String |
getMisraVersion() |
String |
getNotes() |
String |
getParserName() |
Collection<? extends hudson.model.Action> |
getProjectActions() |
String |
getProjectName() |
hudson.model.Run<?,?> |
getRun() |
String |
getSoftwareVersion() |
String |
getSummary() |
String |
getTool() |
String |
getUrlName() |
boolean |
isCompliant() |
boolean |
isProjectAction() |
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 String getParserName()
public String getSoftwareVersion()
public String getProjectName()
public String getMisraVersion()
public boolean isCompliant()
public String getNotes()
public String getSummary()
public String getTool()
public hudson.model.Run<?,?> getRun()
public boolean isProjectAction()
public Collection<? extends hudson.model.Action> getProjectActions()
getProjectActions
in interface jenkins.tasks.SimpleBuildStep.LastBuildAction
Copyright © 2016–2019. All rights reserved.