protected abstract static class AbstractRepositoryMirrorEvent.Builder<B extends AbstractRepositoryMirrorEvent.Builder,T extends AbstractRepositoryMirrorEvent> extends Object
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
Modifier and Type | Method and Description |
---|---|
abstract T |
build() |
B |
mirrorServerId(String value) |
B |
mirrorServerName(String value) |
B |
repository(Repository value) |
protected B |
self() |
B |
source(Object value) |
protected void |
validate() |
@Nonnull public B repository(@Nonnull Repository value)
protected B self()
protected void validate()
Copyright © 2019 Atlassian. All rights reserved.