Guvnor - Asset Managemenet API 6.2.0.CR1

org.guvnor.asset.management.social
Class ProjectDeployedEvent

java.lang.Object
  extended by org.guvnor.asset.management.social.AssetManagementEvent
      extended by org.guvnor.asset.management.social.ProjectDeployedEvent

@Portable
public class ProjectDeployedEvent
extends AssetManagementEvent


Nested Class Summary
static class ProjectDeployedEvent.DeployType
           
 
Constructor Summary
ProjectDeployedEvent()
           
ProjectDeployedEvent(String processName, String repositoryAlias, String rootURI, String user, Long timestamp)
           
 
Method Summary
 String getArtifactId()
           
 ProjectDeployedEvent.DeployType getDeployType()
           
 String getExecutionServer()
           
 String getGroupId()
           
 String getProjectName()
           
 String getVersion()
           
 void setArtifactId(String artifactId)
           
 void setDeployType(ProjectDeployedEvent.DeployType deployType)
           
 void setExecutionServer(String executionServer)
           
 void setGroupId(String groupId)
           
 void setProjectName(String projectName)
           
 void setVersion(String version)
           
 
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
 

Constructor Detail

ProjectDeployedEvent

public ProjectDeployedEvent()

ProjectDeployedEvent

public ProjectDeployedEvent(String processName,
                            String repositoryAlias,
                            String rootURI,
                            String user,
                            Long timestamp)
Method Detail

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)

Guvnor - Asset Managemenet API 6.2.0.CR1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.