public class CreateBranchRequest extends Object
BranchCreateForm.| Constructor and Description |
|---|
CreateBranchRequest(String name)
Creates a new instance with the specified branch name.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getExportPattern() |
String |
getName() |
Priority |
getPriority() |
String |
getTitle() |
int |
hashCode() |
void |
setExportPattern(String exportPattern) |
void |
setPriority(Priority priority) |
void |
setTitle(String title) |
String |
toString() |
public CreateBranchRequest(@Nonnull String name)
name - the branch name.IllegalArgumentException - If name is blank.public String getExportPattern()
exportPattern value.public void setExportPattern(String exportPattern)
exportPattern - the exportPattern value to set.public void setPriority(Priority priority)
priority - the priority value to set.Copyright © 2024. All rights reserved.