public class

RestInvocationResult

extends RestMapEntity
java.lang.Object
   ↳ java.util.AbstractMap<K, V>
     ↳ java.util.HashMap<K, V>
       ↳ java.util.LinkedHashMap<K, V>
         ↳ com.atlassian.bitbucket.rest.RestMapEntity
           ↳ com.atlassian.bitbucket.rest.webhook.history.RestInvocationResult

Summary

Fields
public static final RestInvocationResult EXAMPLE
public static final RestInvocationResult EXAMPLE_ERROR
public static final RestInvocationResult EXAMPLE_FAILURE
Public Constructors
RestInvocationResult()
RestInvocationResult(InvocationResult result)
RestInvocationResult(String description, String outcome)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.rest.RestMapEntity
From class java.util.LinkedHashMap
From class java.util.HashMap
From class java.util.AbstractMap
From class java.lang.Object
From interface java.util.Map

Fields

public static final RestInvocationResult EXAMPLE

public static final RestInvocationResult EXAMPLE_ERROR

public static final RestInvocationResult EXAMPLE_FAILURE

Public Constructors

public RestInvocationResult ()

public RestInvocationResult (InvocationResult result)

public RestInvocationResult (String description, String outcome)