org.sonar.wsclient.component
Class Component

java.lang.Object
  extended by org.sonar.wsclient.component.Component

public class Component
extends Object


Constructor Summary
Component(Map json)
           
 
Method Summary
 Long id()
           
 String key()
           
 String longName()
           
 String name()
           
 String path()
           
 Long projectId()
           
 String qualifier()
           
 Long subProjectId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Component

public Component(Map json)
Method Detail

qualifier

public String qualifier()

key

public String key()

id

public Long id()
Since:
4.2

name

public String name()

longName

@CheckForNull
public String longName()

subProjectId

@CheckForNull
public Long subProjectId()
Since:
4.2

projectId

@CheckForNull
public Long projectId()
Since:
4.2

path

@CheckForNull
public String path()
Since:
4.2


Copyright © 2009–2015 SonarSource. All rights reserved.