|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sonyericsson.jenkins.plugins.bfa.statistics.Statistics.UpstreamCause
public static class Statistics.UpstreamCause
Upstream cause.
Constructor Summary | |
---|---|
Statistics.UpstreamCause(hudson.model.Cause.UpstreamCause upstreamCause)
Constructor for Cause.UpstreamCause. |
|
Statistics.UpstreamCause(String project,
int build)
JSON constructor. |
Method Summary | |
---|---|
int |
getUpstreamBuild()
Getter for the upstream build number. |
String |
getUpstreamProject()
Getter for the upstream build project. |
void |
setUpstreamBuild(int buildNr)
Setter for the upstream build number. |
void |
setUpstreamProject(String p)
Setter for the upstream build project. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Statistics.UpstreamCause(String project, int build)
project
- Upstream build project.build
- Upstream build number.public Statistics.UpstreamCause(hudson.model.Cause.UpstreamCause upstreamCause)
upstreamCause
- The Cause to copy.Method Detail |
---|
public String getUpstreamProject()
public void setUpstreamProject(String p)
p
- The project to set.public int getUpstreamBuild()
public void setUpstreamBuild(int buildNr)
buildNr
- The project build to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |