Lines Matching refs:Command
26 Commands []*Command `protobuf:"bytes,1,rep,name=commands" json:"commands,omitempty"`
60 func (m *Manifest) GetCommands() []*Command {
75 type Command struct { struct
83 Command *string `protobuf:"bytes,3,req,name=command" json:"command,omitempty"` member
98 func (m *Command) Reset() { *m = Command{} }
99 func (m *Command) String() string { return proto.CompactTextString(m) }
100 func (*Command) ProtoMessage() {}
101 func (*Command) Descriptor() ([]byte, []int) {
105 func (m *Command) XXX_Unmarshal(b []byte) error {
108 func (m *Command) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
111 func (m *Command) XXX_Merge(src proto.Message) {
114 func (m *Command) XXX_Size() int {
117 func (m *Command) XXX_DiscardUnknown() {
123 func (m *Command) GetCopyBefore() []*Copy {
130 func (m *Command) GetChdir() bool {
137 func (m *Command) GetCommand() string {
138 if m != nil && m.Command != nil {
139 return *m.Command
144 func (m *Command) GetCopyAfter() []*Copy {
151 func (m *Command) GetInputHash() string {
158 func (m *Command) GetRspFiles() []*RspFile {
324 proto.RegisterType((*Command)(nil), "sbox.Command")