protected static abstract class

AbstractRepositoryMirrorEvent.Builder

extends Object
java.lang.Object
   ↳ com.atlassian.bitbucket.event.mirror.AbstractRepositoryMirrorEvent.Builder<B extends com.atlassian.bitbucket.event.mirror.AbstractRepositoryMirrorEvent.Builder, T extends com.atlassian.bitbucket.event.mirror.AbstractRepositoryMirrorEvent>
Known Direct Subclasses

Summary

Protected Constructors
Builder()
Public Methods
@Nonnull abstract T build()
@Nonnull B mirrorServerId(String value)
@Nonnull B mirrorServerName(String value)
@Nonnull B repository(Repository value)
@Nonnull B source(Object value)
Protected Methods
B self()
void validate()
[Expand]
Inherited Methods
From class java.lang.Object

Protected Constructors

protected Builder ()

Public Methods

@Nonnull public abstract T build ()

@Nonnull public B mirrorServerId (String value)

@Nonnull public B mirrorServerName (String value)

@Nonnull public B repository (Repository value)

@Nonnull public B source (Object value)

Protected Methods

protected B self ()

protected void validate ()