public class ChangeSetDetail extends Object implements hudson.model.Action
Modifier and Type | Class and Description |
---|---|
static class |
ChangeSetDetail.Builder |
Modifier and Type | Field and Description |
---|---|
static int |
MAX_LINES |
Constructor and Description |
---|
ChangeSetDetail() |
public static final int MAX_LINES
public static ChangeSetDetail fromChangeSet(liquibase.changelog.ChangeSet changeSet)
public static ChangeSetDetail fromChangeSet(liquibase.changelog.ChangeSet changeSet, List<liquibase.sql.Sql> sqlList)
public static ChangeSetDetail createFailed(liquibase.changelog.ChangeSet changeSet, Exception e)
public String getExecutedSql()
public boolean isInNeedOfTruncate()
public boolean hasSql()
public String getTruncatedSql()
public boolean isSuccessfullyExecuted()
public void setSuccessfullyExecuted(boolean successfullyExecuted)
public void addSql(String sql)
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 ExecutedChangesetAction getParent()
public void setParent(ExecutedChangesetAction parent)
public boolean hasExceptionMessage()
public String getAuthor()
public void setAuthor(String author)
public String getId()
public void setId(String id)
public String getComments()
public void setComments(String comments)
public String getDescription()
public void setDescription(String description)
public void setFilePath(String filePath)
public String getExceptionMessage()
public void setExceptionMessage(String exceptionMessage)
public boolean isRolledBack()
public void setRolledBack(boolean rolledBack)
Copyright © 2016–2020. All rights reserved.