public class

HookScriptCreateRequest

extends Object
java.lang.Object
   ↳ com.atlassian.bitbucket.hook.script.HookScriptCreateRequest

Summary

Nested Classes
class HookScriptCreateRequest.Builder  
Public Methods
@Nonnull InputSupplier<InputStream> getContent()
@Nonnull Optional<String> getDescription()
@Nonnull String getName()
@Nonnull String getPluginKey()
@Nonnull HookScriptType getType()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

@Nonnull public InputSupplier<InputStream> getContent ()

@Nonnull public Optional<String> getDescription ()

@Nonnull public String getName ()

@Nonnull public String getPluginKey ()

@Nonnull public HookScriptType getType ()