Package de.espirit.firstspirit.storage
Interface ReferencesChangeDetail.RemoteReference
- All Superinterfaces:
ReferencesChangeDetail.Reference
- Enclosing interface:
- ReferencesChangeDetail
public static interface ReferencesChangeDetail.RemoteReference
extends ReferencesChangeDetail.Reference
Specific type on foreign references of projects identified by their remote configuration name.
- Since:
- 4.2.400
-
Method Summary
Modifier and TypeMethodDescription@NotNull ReferencesChangeDetail.Reference
Get the foreign reference.@NotNull String
Get the configuration name of the remote project.
-
Method Details
-
getRemoteName
Get the configuration name of the remote project.- Returns:
- The remote name.
- Since:
- 4.2.400
-
getReference
Get the foreign reference.- Returns:
- The foreign reference.
- Since:
- 4.2.400
-