@Restricted(value=org.kohsuke.accmod.restrictions.Beta.class) public class ChecksImage extends Object
| 构造器和说明 |
|---|
ChecksImage(String alt,
String imageURL,
String caption)
Constructs an image with all parameters.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Optional<String> |
getAlt()
Returns the alternative text for the image.
|
Optional<String> |
getCaption()
Returns the short description of the image.
|
Optional<String> |
getImageUrl()
Returns the image URL.
|
Optional<String> |
getImageURL()
Returns the image URL.
|
String |
toString() |
public Optional<String> getAlt()
public Optional<String> getImageUrl()
getImageURL() instead.public Optional<String> getCaption()
Copyright © 2016–2020. All rights reserved.