public abstract class AbstractGitPlatformService extends Object implements ComponentInfoFiller
Modifier and Type | Field and Description |
---|---|
static String |
BRANCHES_LIST |
static String |
GIT_GROUP |
static String |
GIT_PLATFORM |
static String |
GIT_REPO_ERRORS |
static String |
GIT_REPO_STATUS |
static String |
HAS_README |
static String |
OLDEST_PULL_REQUEST |
static String |
PULL_REQUEST_COUNT |
Constructor and Description |
---|
AbstractGitPlatformService() |
Modifier and Type | Method and Description |
---|---|
String |
getGitPlatform()
Returns the GitPlatform
|
int |
getItemCount()
Returns the ItemCount
|
int |
getItemOk()
Returns the ItemOk
|
void |
incrementItemCount()
Increment item count
|
void |
incrementItemOk()
Increment item OK
|
void |
setGitPlatform(String strGitPlatform)
Sets the GitPlatform
|
void |
setItemCount(int nItemCount)
Sets the ItemCount
|
void |
setItemOk(int nItemOk)
Sets the ItemOk
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fill
public static final String GIT_PLATFORM
public static final String GIT_GROUP
public static final String HAS_README
public static final String PULL_REQUEST_COUNT
public static final String GIT_REPO_ERRORS
public static final String GIT_REPO_STATUS
public static final String OLDEST_PULL_REQUEST
public static final String BRANCHES_LIST
public String getGitPlatform()
public void setGitPlatform(String strGitPlatform)
strGitPlatform
- The GitPlatformpublic int getItemCount()
public void setItemCount(int nItemCount)
nItemCount
- The ItemCountpublic int getItemOk()
public void setItemOk(int nItemOk)
nItemOk
- The ItemOkpublic void incrementItemCount()
public void incrementItemOk()
Copyright © 2019 City of Paris. All rights reserved.