public class CodeBuildAction extends Object implements hudson.model.Action
Constructor and Description |
---|
CodeBuildAction() |
Modifier and Type | Method and Description |
---|---|
String |
getBuildStatus() |
String |
getCurrentPhase() |
String |
getDisplayName() |
String |
getErrorPhaseType() |
String |
getFinishTime() |
String |
getIconFileName() |
String |
getJenkinsBuildSucceeds() |
String |
getPhaseErrorMessage() |
List<com.amazonaws.services.codebuild.model.BuildPhase> |
getPhases() |
String |
getUrlName() |
void |
updateLogs(List<String> newLogs) |
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 List<com.amazonaws.services.codebuild.model.BuildPhase> getPhases()
public String getJenkinsBuildSucceeds()
public String getFinishTime()
public String getCurrentPhase()
public String getPhaseErrorMessage()
public String getErrorPhaseType()
public String getBuildStatus()
Copyright © 2016–2023. All rights reserved.