public interface ChangeLogUrgencyBuilder
A builder for the urgency of an urgency.
Modifier and Type | Method and Description |
---|---|
String |
buildChangeLogUrgency(ChangeLogUrgency urgency,
Context context)
Builds an urgency.
|
String buildChangeLogUrgency(ChangeLogUrgency urgency, Context context) throws BuildException
Builds an urgency.
urgency
- The urgency.context
- The context.IllegalArgumentException
- If any of the parameters are null
.BuildException
- If an error occurs during the building.Copyright © 2015–2019. All rights reserved.