Class BuildState
java.lang.Object
com.tikal.hudson.plugins.notification.model.BuildState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
getLog()
getNotes()
int
getPhase()
long
getScm()
long
getUrl()
void
setDisplayName
(String displayName) void
setDuration
(long duration) void
setFullUrl
(String fullUrl) void
setLog
(StringBuilder log) void
void
setNumber
(int number) void
setParameters
(Map<String, String> params) void
void
setQueueId
(long queue) void
void
void
setTestSummary
(TestState testSummary) void
setTimestamp
(long timestamp) void
void
updateArtifacts
(Job job, Run run) Updates artifacts Map with S3 links, if corresponding publisher is available.
-
Constructor Details
-
BuildState
public BuildState()
-
-
Method Details
-
getNumber
public int getNumber() -
setNumber
public void setNumber(int number) -
getQueueId
public long getQueueId() -
setQueueId
public void setQueueId(long queue) -
getTimestamp
public long getTimestamp() -
setTimestamp
public void setTimestamp(long timestamp) -
getDuration
public long getDuration() -
setDuration
public void setDuration(long duration) -
getPhase
-
setPhase
-
getStatus
-
setStatus
-
getUrl
-
setUrl
-
getFullUrl
-
setFullUrl
-
getParameters
-
setParameters
-
getArtifacts
-
setDisplayName
-
getDisplayName
-
getScm
-
setScm
-
getLog
-
setLog
-
getNotes
-
setNotes
-
getTestSummary
-
setTestSummary
-
updateArtifacts
Updates artifacts Map with S3 links, if corresponding publisher is available.- Parameters:
job
- Job to updaterun
- Run to update
-