org.guvnor.asset.management.social
Class ProjectDeployedEvent
java.lang.Object
org.guvnor.asset.management.social.AssetManagementEvent
org.guvnor.asset.management.social.ProjectDeployedEvent
@Portable
public class ProjectDeployedEvent
- 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 |
ProjectDeployedEvent
public ProjectDeployedEvent()
ProjectDeployedEvent
public ProjectDeployedEvent(String processName,
String repositoryAlias,
String rootURI,
String user,
Long timestamp)
getProjectName
public String getProjectName()
setProjectName
public void setProjectName(String projectName)
getExecutionServer
public String getExecutionServer()
setExecutionServer
public void setExecutionServer(String executionServer)
getDeployType
public ProjectDeployedEvent.DeployType getDeployType()
setDeployType
public void setDeployType(ProjectDeployedEvent.DeployType deployType)
getGroupId
public String getGroupId()
setGroupId
public void setGroupId(String groupId)
getArtifactId
public String getArtifactId()
setArtifactId
public void setArtifactId(String artifactId)
getVersion
public String getVersion()
setVersion
public void setVersion(String version)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.