public class ModuleBuild extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
artefact |
protected Build |
build |
protected String |
buildLogFile |
protected String |
checkoutLogFile |
protected String |
configurationId |
protected String |
configurationName |
protected String |
currentStatus |
protected Set<String> |
dependantsIds |
protected Set<String> |
dependenciesIds |
protected static DateFormat |
df |
protected String |
duration |
protected Date |
endTime |
protected Boolean |
hasFailDeps |
protected String |
moduleId |
protected String |
moduleName |
protected String |
projectId |
protected String |
projectName |
protected String |
release |
protected String |
result |
protected Date |
startTime |
protected String |
testReportFile |
protected ModuleType |
type |
protected Version |
version |
| Constructor and Description |
|---|
ModuleBuild() |
ModuleBuild(Node node) |
protected static DateFormat df
protected String projectName
protected String projectId
protected String moduleName
protected String moduleId
protected String configurationName
protected String configurationId
protected ModuleType type
protected String checkoutLogFile
protected String buildLogFile
protected String testReportFile
protected Date startTime
protected Date endTime
protected String duration
protected String release
protected String result
protected Version version
protected String currentStatus
protected Boolean hasFailDeps
protected String artefact
protected Build build
public Set<ModuleBuild> getDependencies()
public Set<ModuleBuild> getDependants()
public void accept(Node node)
public boolean isBuilt()
public boolean hasFailedDeps()
public Build getBuild()
public void setBuild(Build build)
public String getBuildLogFile()
protected void setBuildLogFile(String buildLogFile)
public String getCheckoutLogFile()
protected void setCheckoutLogFile(String checkoutLogFile)
public String getConfigurationId()
protected void setConfigurationId(String configurationId)
public String getConfigurationName()
protected void setConfigurationName(String configurationName)
public String getCurrentStatus()
protected void setCurrentStatus(String currentStatus)
public long getDuration()
public Date getEndTime()
protected void setEndTime(Date endTime)
public String getModuleId()
protected void setModuleId(String moduleId)
public String getModuleName()
protected void setModuleName(String moduleName)
public String getProjectId()
protected void setProjectId(String projectId)
public String getProjectName()
protected void setProjectName(String projectName)
public String getRelease()
protected void setRelease(String release)
public String getResult()
public Date getStartTime()
protected void setStartTime(Date startTime)
public String getTestReportFile()
protected void setTestReportFile(String testReportFile)
public ModuleType getType()
protected void setType(ModuleType type)
public Version getVersion()
protected void setVersion(Version version)
public String getArtefactFilename()
protected void setArtefact(String artefact)
Copyright © 2013. All Rights Reserved.