hudson.plugins.dependencyanalyzer.result
Class Dependency
java.lang.Object
hudson.plugins.dependencyanalyzer.result.Dependency
public class Dependency
- extends Object
Dependency informations.
- Author:
- Etienne Jouvin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Dependency
public Dependency()
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.