hudson.plugins.dependencyanalyzer.result
Class Dependency

java.lang.Object
  extended by hudson.plugins.dependencyanalyzer.result.Dependency

public class Dependency
extends Object

Dependency informations.

Author:
Etienne Jouvin

Constructor Summary
Dependency()
           
 
Method Summary
 String getArtifact()
           
 String getGroupId()
           
 String getScope()
           
 String getType()
           
 String getVersion()
           
 void setArtifact(String artifact)
           
 void setGroupId(String groupId)
           
 void setScope(String scope)
           
 void setType(String type)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dependency

public Dependency()
Method Detail

getArtifact

public String getArtifact()
Returns:
the artifact.

getGroupId

public String getGroupId()
Returns:
the groupId.

getScope

public String getScope()
Returns:
the scope.

getType

public String getType()
Returns:
the type.

getVersion

public String getVersion()
Returns:
the version.

setArtifact

public void setArtifact(String artifact)
Parameters:
artifact - the artifact to set.

setGroupId

public void setGroupId(String groupId)
Parameters:
groupId - the groupId to set.

setScope

public void setScope(String scope)
Parameters:
scope - the scope to set.

setType

public void setType(String type)
Parameters:
type - the type to set.

setVersion

public void setVersion(String version)
Parameters:
version - the version to set.


Copyright © 2004-2014. All Rights Reserved.