|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.chikli.hudson.plugin.naginator.NaginatorAction
public class NaginatorAction
| Constructor Summary | |
|---|---|
NaginatorAction()
Deprecated. use NaginatorAction(int) |
|
NaginatorAction(int retryCount)
Deprecated. use NaginatorAction(Run, int, int) instead. |
|
NaginatorAction(hudson.model.Run<?,?> parentBuild,
int retryCount,
int maxRetryCount)
|
|
| Method Summary | |
|---|---|
String |
getDisplayName()
|
String |
getIconFileName()
|
int |
getMaxRetryCount()
Returns the maximum number to reschedule. |
Integer |
getParentBuildNumber()
Returns the maximum number to reschedule. |
int |
getRetryCount()
Returns the number of retry this build is rescheduled for. |
String |
getUrlName()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated public NaginatorAction()
NaginatorAction(int)
@Deprecated public NaginatorAction(int retryCount)
NaginatorAction(Run, int, int) instead.
retryCount - the number of retry this build is rescheduled for.
public NaginatorAction(@CheckForNull
hudson.model.Run<?,?> parentBuild,
int retryCount,
int maxRetryCount)
parentBuild - the build to retry.retryCount - the number of retry this build is rescheduled for.maxRetryCount - the maximum number to retry. Can be 0 for indeterminable cases.| Method Detail |
|---|
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 int getRetryCount()
0 for builds rescheduled with
older versions of naginator-plugin.
public int getMaxRetryCount()
0 for builds rescheduled with
older versions of naginator-plugin
for cases that the build is rescheduled manually,
or for cases the maximum number is indeterminable.
@CheckForNull public Integer getParentBuildNumber()
null for builds rescheduled with
older versions of naginator-plugin
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||