org.eclipse.stardust.engine.api.runtime
Interface RepositoryMigrationJobInfo


public interface RepositoryMigrationJobInfo

Holds information about a repository migration job.

Author:
Roland.Stamm

Method Summary
 String getDescription()
           
 int getFromVersion()
           
 String getName()
           
 int getToVersion()
           
 

Method Detail

getName

String getName()
Returns:
the name of the migration job.

getDescription

String getDescription()
Returns:
a description for the migration job.

getFromVersion

int getFromVersion()
Returns:
source repository version.

getToVersion

int getToVersion()
Returns:
target repository version.


Copyright © 2017 Eclipse Stardust. All Rights Reserved.