|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.rich.ui.scm.TeamUIContributor
public abstract class TeamUIContributor
Performs UI contributions to Rational Asset Manager for that Source Control Management system.
| Constructor Summary | |
|---|---|
TeamUIContributor()
|
|
| Method Summary | |
|---|---|
IStatus |
createTeamConnections(Reference[] references,
IProgressMonitor monitor)
When consuming or importing an asset, a Source Control Management (SCM) would need to create connections to repositories using some user input like user name and password. |
ImageDescriptor[] |
getArtifactDecorator(IResource[] resources)
Returns an image which will be used to decorate the artifact to indicate that the artifact's resource comes from this Source Control Management (SCM) system. |
java.lang.String[] |
getBranchNames(Reference[] references,
Asset asset,
IProgressMonitor monitor)
When consuming or importing an asset, a user might want to consume the contents from a different branch than the one from which the asset was submitted. |
IPropertySource |
getPropertySource(IResource resource)
Returns the property source for the given artifact represented as a resource. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TeamUIContributor()
| Method Detail |
|---|
public ImageDescriptor[] getArtifactDecorator(IResource[] resources)
resources -
public IPropertySource getPropertySource(IResource resource)
resource -
public java.lang.String[] getBranchNames(Reference[] references,
Asset asset,
IProgressMonitor monitor)
references - References for the artifacts in the assetasset - Asset which is being importedmonitor -
public IStatus createTeamConnections(Reference[] references,
IProgressMonitor monitor)
references - References for the artifacts in the assetmonitor -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||