public class SubmoduleStatus extends Object
Constructor | Description |
---|---|
SubmoduleStatus(SubmoduleStatusType type,
String path,
ObjectId indexId) |
Create submodule status
|
SubmoduleStatus(SubmoduleStatusType type,
String path,
ObjectId indexId,
ObjectId headId) |
Create submodule status
|
Modifier and Type | Method | Description |
---|---|---|
ObjectId |
getHeadId() |
|
ObjectId |
getIndexId() |
|
String |
getPath() |
|
SubmoduleStatusType |
getType() |
public SubmoduleStatus(SubmoduleStatusType type, String path, ObjectId indexId)
type
- path
- indexId
- public SubmoduleStatus(SubmoduleStatusType type, String path, ObjectId indexId, ObjectId headId)
type
- path
- indexId
- headId
- public SubmoduleStatusType getType()
public String getPath()
public ObjectId getIndexId()
public ObjectId getHeadId()
Copyright © 2018. All rights reserved.