org.apache.archiva.metadata.model
Class CiManagement

java.lang.Object
  extended by org.apache.archiva.metadata.model.CiManagement
All Implemented Interfaces:
Serializable

@Entity
public class CiManagement
extends Object
implements Serializable

Information about the CI system used by the project.

See Also:
Serialized Form
To Do:
considering moving this to a facet - avoid referring to it externally

Field Summary
private  String system
          A simple identifier for the type of CI server used, eg continuum, bamboo, hudson, etc.
private  String url
          The base URL of the CI system.
 
Constructor Summary
CiManagement()
           
 
Method Summary
 String getSystem()
           
 String getUrl()
           
 void setSystem(String system)
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

system

private String system
A simple identifier for the type of CI server used, eg continuum, bamboo, hudson, etc.


url

private String url
The base URL of the CI system.

Constructor Detail

CiManagement

public CiManagement()
Method Detail

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getSystem

public String getSystem()

setSystem

public void setSystem(String system)


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.