|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjetbrains.buildServer.controllers.admin.projects.BuildRunnerBean.RunTypeInfo
public static class BuildRunnerBean.RunTypeInfo
Represents information about a build runner in the form suitable for JSP
| Constructor Summary | |
|---|---|
BuildRunnerBean.RunTypeInfo(RunType runType)
Constructor |
|
BuildRunnerBean.RunTypeInfo(java.lang.String runnerType)
Constructor |
|
| Method Summary | |
|---|---|
int |
compareTo(BuildRunnerBean.RunTypeInfo rti)
|
java.lang.String |
getDescription()
|
java.lang.String |
getDisplayName()
Returns build runner display name |
java.lang.String |
getType()
Returns type of the runner |
boolean |
isUnknownRunner()
Returns true if this runner is unknown (i.e. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BuildRunnerBean.RunTypeInfo(RunType runType)
runType - build runnerpublic BuildRunnerBean.RunTypeInfo(java.lang.String runnerType)
runnerType - type of the runner| Method Detail |
|---|
public java.lang.String getType()
public java.lang.String getDisplayName()
public java.lang.String getDescription()
public boolean isUnknownRunner()
RunType in the registry.
public int compareTo(BuildRunnerBean.RunTypeInfo rti)
compareTo in interface java.lang.Comparable<BuildRunnerBean.RunTypeInfo>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||