org.guvnor.asset.management.social
Class AssetsPromotedEvent
java.lang.Object
org.guvnor.asset.management.social.AssetManagementEvent
org.guvnor.asset.management.social.AssetsPromotedEvent
@Portable
public class AssetsPromotedEvent
- extends AssetManagementEvent
| Methods inherited from class org.guvnor.asset.management.social.AssetManagementEvent |
addError, addParam, getErrors, getParams, getProcessName, getRepositoryAlias, getRootURI, getTimestamp, getUser, hasErrors, setErrors, setParams, setProcessName, setRepositoryAlias, setRootURI, setTimestamp, setUser |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetsPromotedEvent
public AssetsPromotedEvent()
AssetsPromotedEvent
public AssetsPromotedEvent(String processName,
String repositoryAlias,
String rootURI,
String sourceBranch,
String targetBranch,
List<String> assets,
String user,
Long timestamp)
getSourceBranch
public String getSourceBranch()
setSourceBranch
public void setSourceBranch(String sourceBranch)
getTargetBranch
public String getTargetBranch()
setTargetBranch
public void setTargetBranch(String targetBranch)
getAssets
public List<String> getAssets()
setAssets
public void setAssets(List<String> assets)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.