@ExperimentalApi public interface PluginUrlResource<T extends PluginUrlResourceParams> extends WebResource
| Modifier and Type | Interface and Description |
|---|---|
static class |
PluginUrlResource.BatchType |
| Modifier and Type | Method and Description |
|---|---|
PluginUrlResource.BatchType |
getBatchType() |
String |
getKey() |
T |
getParams()
Returns params that go outside this url's querystring.
|
List<PrebakeError> |
getPrebakeErrors()
If this url was generated as part of a pre-bake, this indicates any errors that occured.
|
String |
getStaticUrl(UrlMode urlMode)
The resource's url.
|
boolean |
isTainted() |
String getStaticUrl(UrlMode urlMode)
urlMode - url mode, either absolute or relativeT getParams()
boolean isTainted()
List<PrebakeError> getPrebakeErrors()
String getKey()
PluginUrlResource.BatchType getBatchType()
Copyright © 2019 Atlassian. All rights reserved.