Serialized Form


Package org.sonar.api.batch.analyzer.issue.internal

Class org.sonar.api.batch.analyzer.issue.internal.DefaultAnalyzerIssue extends Object implements Serializable

Serialized Fields

key

String key

inputFile

InputFile inputFile

ruleKey

RuleKey ruleKey

message

String message

line

Integer line

effortToFix

Double effortToFix

Package org.sonar.api.batch.analyzer.measure.internal

Class org.sonar.api.batch.analyzer.measure.internal.DefaultAnalyzerMeasure extends Object implements Serializable

Serialized Fields

inputFile

InputFile inputFile

metric

Metric<G extends Serializable> metric

value

Serializable value

Package org.sonar.api.batch.fs

Package org.sonar.api.batch.fs.internal

Class org.sonar.api.batch.fs.internal.DefaultInputFile extends Object implements Serializable

Serialized Fields

relativePath

String relativePath

absolutePath

String absolutePath

language

String language

type

InputFile.Type type

status

InputFile.Status status

hash

String hash

lines

int lines

key

String key

Class org.sonar.api.batch.fs.internal.DeprecatedDefaultInputFile extends DefaultInputFile implements Serializable

Serialized Fields

basedir

String basedir

deprecatedKey

String deprecatedKey

sourceDirAbsolutePath

String sourceDirAbsolutePath

pathRelativeToSourceDir

String pathRelativeToSourceDir

Package org.sonar.api.database.model

Class org.sonar.api.database.model.Snapshot extends BaseIdentifiable implements Serializable

Serialized Fields

resourceId

Integer resourceId

buildDate

Date buildDate

createdAt

Date createdAt

version

String version

last

Boolean last

status

String status

purgeStatus

Integer purgeStatus

scope

String scope

path

String path

depth

Integer depth

qualifier

String qualifier

rootId

Integer rootId

parentId

Integer parentId

rootProjectId

Integer rootProjectId

period1Mode

String period1Mode

period2Mode

String period2Mode

period3Mode

String period3Mode

period4Mode

String period4Mode

period5Mode

String period5Mode

period1Param

String period1Param

period2Param

String period2Param

period3Param

String period3Param

period4Param

String period4Param

period5Param

String period5Param

period1Date

Date period1Date

period2Date

Date period2Date

period3Date

Date period3Date

period4Date

Date period4Date

period5Date

Date period5Date

Package org.sonar.api.issue

Package org.sonar.api.issue.internal

Class org.sonar.api.issue.internal.DefaultIssue extends Object implements Serializable

Serialized Fields

key

String key

componentKey

String componentKey

componentId

Long componentId

projectKey

String projectKey

ruleKey

RuleKey ruleKey

severity

String severity

manualSeverity

boolean manualSeverity

message

String message

line

Integer line

effortToFix

Double effortToFix

debt

Duration debt

status

String status

resolution

String resolution

reporter

String reporter

assignee

String assignee

checksum

String checksum

attributes

Map<K,V> attributes

authorLogin

String authorLogin

actionPlanKey

String actionPlanKey

comments

List<E> comments

creationDate

Date creationDate

updateDate

Date updateDate

closeDate

Date closeDate

currentChange

FieldDiffs currentChange

changes

List<E> changes

isNew

boolean isNew

endOfLife

boolean endOfLife

onDisabledRule

boolean onDisabledRule

isChanged

boolean isChanged

sendNotifications

boolean sendNotifications

selectedAt

Date selectedAt

Class org.sonar.api.issue.internal.DefaultIssueComment extends Object implements Serializable

Serialized Fields

issueKey

String issueKey

userLogin

String userLogin

createdAt

Date createdAt

updatedAt

Date updatedAt

key

String key

markdownText

String markdownText

isNew

boolean isNew

Class org.sonar.api.issue.internal.FieldDiffs extends Object implements Serializable

Serialized Fields

issueKey

String issueKey

userLogin

String userLogin

creationDate

Date creationDate

diffs

Map<K,V> diffs

Class org.sonar.api.issue.internal.FieldDiffs.Diff extends Object implements Serializable

Serialized Fields

oldValue

Serializable oldValue

newValue

Serializable newValue

Class org.sonar.api.issue.internal.IssueChangeContext extends Object implements Serializable

Serialized Fields

login

String login

date

Date date

scan

boolean scan

Package org.sonar.api.measures

Class org.sonar.api.measures.Measure extends Object implements Serializable

Serialized Fields

metricKey

String metricKey

metric

Metric<G extends Serializable> metric

value

Double value

data

String data

description

String description

alertStatus

Metric.Level alertStatus

alertText

String alertText

tendency

Integer tendency

date

Date date

variation1

Double variation1

variation2

Double variation2

variation3

Double variation3

variation4

Double variation4

variation5

Double variation5

url

String url

characteristic

Characteristic characteristic

requirement

Requirement requirement

personId

Integer personId

persistenceMode

PersistenceMode persistenceMode

Class org.sonar.api.measures.Metric extends Object implements Serializable

Serialized Fields

id

Integer id

key

String key

description

String description

type

Metric.ValueType type

direction

Integer direction

domain

String domain

name

String name

qualitative

Boolean qualitative

userManaged

Boolean userManaged

enabled

Boolean enabled

origin

Metric.Origin origin

worstValue

Double worstValue

bestValue

Double bestValue

optimizedBestValue

Boolean optimizedBestValue

hidden

Boolean hidden

deleteHistoricalData

Boolean deleteHistoricalData

Class org.sonar.api.measures.RuleMeasure extends Measure implements Serializable

Serialized Fields

ruleKey

RuleKey ruleKey

rulePriority

RulePriority rulePriority

Package org.sonar.api.notifications

Class org.sonar.api.notifications.Notification extends Object implements Serializable

Serialized Fields

type

String type

fields

Map<K,V> fields

Package org.sonar.api.resources

Class org.sonar.api.resources.Directory extends Resource implements Serializable

Class org.sonar.api.resources.DuplicatedSourceException extends SonarException implements Serializable

Class org.sonar.api.resources.File extends Resource implements Serializable

Serialized Fields

directoryDeprecatedKey

String directoryDeprecatedKey

filename

String filename

language

Language language

parent

Directory parent

qualifier

String qualifier

Class org.sonar.api.resources.JavaFile extends Resource implements Serializable

Class org.sonar.api.resources.JavaPackage extends Resource implements Serializable

Class org.sonar.api.resources.Library extends Resource implements Serializable

Serialized Fields

name

String name

description

String description

version

String version

Class org.sonar.api.resources.Method extends Resource implements Serializable

Serialized Fields

qualifier

String qualifier
Deprecated. 

language

Language language
Deprecated. 

Class org.sonar.api.resources.Project extends Resource implements Serializable

Serialized Fields

pom

org.apache.maven.project.MavenProject pom

branch

String branch

fileSystem

ProjectFileSystem fileSystem

configuration

org.apache.commons.configuration.Configuration configuration

name

String name

description

String description

packaging

String packaging

language

Language language

analysisDate

Date analysisDate

analysisType

Project.AnalysisType analysisType

analysisVersion

String analysisVersion

parent

Project parent

modules

List<E> modules

Class org.sonar.api.resources.Resource extends Object implements Serializable

Serialized Fields

id

Integer id

key

String key

deprecatedKey

String deprecatedKey

path

String path

effectiveKey

String effectiveKey

Package org.sonar.api.rule

Class org.sonar.api.rule.RuleKey extends Object implements Serializable

Serialized Fields

repository

String repository

rule

String rule

Package org.sonar.api.technicaldebt.batch

Package org.sonar.api.technicaldebt.batch.internal

Class org.sonar.api.technicaldebt.batch.internal.DefaultCharacteristic extends Object implements Serializable

Serialized Fields

id

Integer id
Deprecated. 

key

String key
Deprecated. 

name

String name
Deprecated. 

order

Integer order
Deprecated. 

parent

DefaultCharacteristic parent
Deprecated. 

root

DefaultCharacteristic root
Deprecated. 

children

List<E> children
Deprecated. 

requirements

List<E> requirements
Deprecated. 

createdAt

Date createdAt
Deprecated. 

updatedAt

Date updatedAt
Deprecated. 

Class org.sonar.api.technicaldebt.batch.internal.DefaultRequirement extends Object implements Serializable

Serialized Fields

id

Integer id
Deprecated. 

ruleKey

RuleKey ruleKey
Deprecated. 

characteristic

DefaultCharacteristic characteristic
Deprecated. 

rootCharacteristic

DefaultCharacteristic rootCharacteristic
Deprecated. 

function

String function
Deprecated. 

factorValue

int factorValue
Deprecated. 

factorUnit

WorkDuration.UNIT factorUnit
Deprecated. 

offsetValue

int offsetValue
Deprecated. 

offsetUnit

WorkDuration.UNIT offsetUnit
Deprecated. 

createdAt

Date createdAt
Deprecated. 

updatedAt

Date updatedAt
Deprecated. 

Package org.sonar.api.test.exception

Class org.sonar.api.test.exception.CoverageAlreadyExistsException extends TestException implements Serializable

Class org.sonar.api.test.exception.IllegalDurationException extends TestException implements Serializable

Class org.sonar.api.test.exception.TestException extends RuntimeException implements Serializable


Package org.sonar.api.user

Package org.sonar.api.utils

Class org.sonar.api.utils.Duration extends Object implements Serializable

Serialized Fields

durationInMinutes

long durationInMinutes

Class org.sonar.api.utils.HttpDownloader.HttpException extends RuntimeException implements Serializable

Serialized Fields

uri

URI uri

responseCode

int responseCode

responseContent

String responseContent

Class org.sonar.api.utils.MessageException extends RuntimeException implements Serializable

Serialized Fields

l10nKey

String l10nKey

l10nParams

Collection<E> l10nParams

Class org.sonar.api.utils.SonarException extends RuntimeException implements Serializable

Class org.sonar.api.utils.WorkUnit extends Object implements Serializable

Serialized Fields

value

double value
Deprecated. 

unit

String unit
Deprecated. 

Class org.sonar.api.utils.XmlParserException extends SonarException implements Serializable


Package org.sonar.api.utils.command

Class org.sonar.api.utils.command.CommandException extends RuntimeException implements Serializable

Serialized Fields

command

Command command

Class org.sonar.api.utils.command.TimeoutException extends CommandException implements Serializable


Package org.sonar.api.utils.dag

Class org.sonar.api.utils.dag.CyclicDependenciesException extends SonarException implements Serializable


Package org.sonar.api.utils.internal

Class org.sonar.api.utils.internal.WorkDuration extends Object implements Serializable

Serialized Fields

hoursInDay

int hoursInDay

durationInMinutes

long durationInMinutes

days

int days

hours

int hours

minutes

int minutes

Package org.sonar.api.utils.text

Class org.sonar.api.utils.text.WriterException extends RuntimeException implements Serializable


Package org.sonar.wsclient.base

Class org.sonar.wsclient.base.HttpException extends RuntimeException implements Serializable

Serialized Fields

url

String url

status

int status

Package org.sonar.wsclient.connectors

Class org.sonar.wsclient.connectors.ConnectionException extends RuntimeException implements Serializable


Package org.sonar.wsclient.unmarshallers

Class org.sonar.wsclient.unmarshallers.UnmarshalException extends RuntimeException implements Serializable



Copyright © 2009-2014 SonarSource. All Rights Reserved.