public class CommitStateDataObj extends Object
Java class for commitStateDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="commitStateDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="currentCommitCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="isAcceptingNewCommits" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
currentCommitCount |
protected Boolean |
isAcceptingNewCommits |
| Constructor and Description |
|---|
CommitStateDataObj() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCurrentCommitCount()
Gets the value of the currentCommitCount property.
|
Boolean |
isIsAcceptingNewCommits()
Gets the value of the isAcceptingNewCommits property.
|
void |
setCurrentCommitCount(Integer value)
Sets the value of the currentCommitCount property.
|
void |
setIsAcceptingNewCommits(Boolean value)
Sets the value of the isAcceptingNewCommits property.
|
protected Integer currentCommitCount
protected Boolean isAcceptingNewCommits
public Integer getCurrentCommitCount()
Integerpublic void setCurrentCommitCount(Integer value)
value - allowed object is
Integerpublic Boolean isIsAcceptingNewCommits()
BooleanCopyright © 2004-2013 Hudson. All Rights Reserved.