Package com.sudicode.fb2gh.migrate
Interface FBCaseLabeler
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface FBCaseLabeler
By default,Migrator
will label FogBugz cases using only itscategory
. This interface can be used to override the default behavior.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<GHLabel>
getLabels(FBCase fbCase)
Obtain the labels that should be added when posting aFBCase
to GitHub.
-