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.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic 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.