Class PullRequestRetrievalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jetbrains.buildServer.pullRequests.PullRequestRetrievalException
-
- All Implemented Interfaces:
Serializable
public class PullRequestRetrievalException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PullRequestRetrievalException(String message, Throwable cause, BuildTypeSettings buildTypeSettings)
PullRequestRetrievalException(String message, Throwable cause, BuildTypeSettings buildTypeSettings, String buildFeatureId)
PullRequestRetrievalException(String message, BuildTypeSettings buildTypeSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBuildFeatureId()
BuildTypeSettings
getBuildTypeSettings()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PullRequestRetrievalException
public PullRequestRetrievalException(@NotNull String message, @NotNull BuildTypeSettings buildTypeSettings)
-
PullRequestRetrievalException
public PullRequestRetrievalException(@NotNull String message, @Nullable Throwable cause, @NotNull BuildTypeSettings buildTypeSettings)
-
PullRequestRetrievalException
public PullRequestRetrievalException(@NotNull String message, @Nullable Throwable cause, @NotNull BuildTypeSettings buildTypeSettings, @Nullable String buildFeatureId)
-
-
Method Detail
-
getBuildTypeSettings
@NotNull public BuildTypeSettings getBuildTypeSettings()
-
getBuildFeatureId
@Nullable public String getBuildFeatureId()
-
-