@Retention(value=SOURCE) @Target(value={TYPE,METHOD}) public static @interface BugtrackingConnector.Registration
ServiceProvider
Modifier and Type | Required Element and Description |
---|---|
String |
displayName
Returns the display name for this connector
|
String |
id
Returns a unique ID for this connector
|
String |
tooltip
Returns tooltip for this connector
|
Modifier and Type | Optional Element and Description |
---|---|
String |
iconPath
Returns the icon path for this connector
|
boolean |
providesRepositoryManagement
Determines if this connector provides the possibility for a user
to create, edit or removal of repositories.
|
public abstract String id
public abstract String displayName
public abstract String tooltip
public abstract String iconPath
public abstract boolean providesRepositoryManagement
Typically the expected value for a connector is to return true
.
true
if this connector provides the possibility
to create, edit or removal of repositories. Otherwise false
.