
com.almworks.jira.structure.api2g.VersionedDataSource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of structure-api Show documentation
Show all versions of structure-api Show documentation
Public API for the Structure Plugin for JIRA
package com.almworks.jira.structure.api2g;
public interface VersionedDataSource {
/**
* @return the current version of the data at the source (does not force update)
*/
DataVersion getCurrentVersion();
T getUpdate(DataVersion fromVersion);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy