public static final class PhaseExecutionAttachment.ExceptionAttachment extends PhaseExecutionAttachment
PhaseExecutionAttachment.ExceptionAttachment
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
ExceptionAttachment(ProvisioningActivity.Status status,
String title,
Throwable throwable) |
ExceptionAttachment(ProvisioningActivity.Status status,
Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause()
Deprecated.
Use #getText() instead.
|
String |
getText() |
String |
getUrlName()
Url fragment (without slashes) to provide URL subspace for this attachment.
|
String |
toString() |
getDisplayName, getIconFileName, getStatus, getTitle
public static final long serialVersionUID
public ExceptionAttachment(@Nonnull ProvisioningActivity.Status status, @Nonnull Throwable throwable)
@Deprecated public Throwable getCause()
@Nonnull public String getUrlName()
PhaseExecutionAttachment
getUrlName
in interface hudson.model.Action
getUrlName
in class PhaseExecutionAttachment
Copyright © 2016–2019. All rights reserved.