| Package | Description |
|---|---|
| com.atlassian.crowd.model.application | |
| com.atlassian.crowd.model.webhook |
| Modifier and Type | Method and Description |
|---|---|
ImmutableApplication |
ImmutableApplication.Builder.build()
Builds the new ImmutableApplication.
|
static ImmutableApplication |
ImmutableApplication.from(Application application) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableWebhook.Builder |
ImmutableWebhook.Builder.setApplication(ImmutableApplication application) |
| Constructor and Description |
|---|
ImmutableWebhook(Long id,
String endpointUrl,
ImmutableApplication application,
String token,
Date oldestFailureDate,
long failuresSinceLastSuccess) |
Copyright © 2023 Atlassian. All rights reserved.