|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jetbrains.buildServer.serverSide.DuplicateBuildTypeIdException
public class DuplicateBuildTypeIdException
Thrown on attempt to add build configuration with duplicate id
| Constructor Summary | |
|---|---|
DuplicateBuildTypeIdException(java.lang.String message,
SBuildType buildType)
Constructor |
|
| Method Summary | |
|---|---|
SBuildType |
getBuildType()
Returns build configuration with same id |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DuplicateBuildTypeIdException(java.lang.String message,
SBuildType buildType)
message - messagebuildType - build configuration with same id| Method Detail |
|---|
public SBuildType getBuildType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||