public abstract static class SimpleRefChange.AbstractBuilder<B extends SimpleRefChange.AbstractBuilder<B>> extends Object
Modifier | Constructor and Description |
---|---|
protected |
AbstractBuilder() |
|
AbstractBuilder(RefChange change) |
Modifier and Type | Method and Description |
---|---|
B |
from(Ref value) |
B |
fromHash(String value) |
B |
ref(MinimalRef value) |
protected abstract B |
self() |
B |
to(Ref value) |
B |
toHash(String value) |
B |
type(RefChangeType value) |
protected void |
validate() |
@Nonnull public B ref(@Nonnull MinimalRef value)
@Nonnull public B type(@Nonnull RefChangeType value)
protected void validate()
protected abstract B self()
Copyright © 2019 Atlassian. All rights reserved.